Skip to content
Commit 9f2dc68c authored by Tai Ly's avatar Tai Ly
Browse files

[tosa_mlir_translator] Fix deprecated casts



Refactor to remove .cast<T>, .dyn_cast<T> and .isa<T> deprecated
functions, and replaced with mlir::cast<T>, mlir::dyn_cast<T> and mlir::isa<T>

Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
Change-Id: I1432be64a0888ab296a8d8acd8320f22b68cc1ec
parent 2a55c151
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment