## Reverts
RISC-V backend
-
https://github.com/llvm/llvm-project/commit/169c32eb49fa9b559d388b9b8f4374ff9e1be9be
Python related changes
-
https://github.com/llvm/llvm-project/commit/08e2c15a287df132ca2186f2d56669219a7ed8a1
NVPTX changes
-
https://github.com/llvm/llvm-project/commit/29b5c18e466cea867e9e785e650d9ec2e5c295b9
-
https://github.com/llvm/llvm-project/commit/e7a83fc74db78445c36a27f113e9b045f90f699a
MLIR API changes (this change is breaking something in HLO)
-
https://github.com/llvm/llvm-project/commit/7a77f14c0abfbecbfb800ea8d974e66d81ee516a.
TOSA (tosa.tile operation is changed and torch-mlir needs to catch up)
-
https://github.com/llvm/llvm-project/commit/f09db6a3af971ab7d9bbc7ba574a8dc0c10b2940
## Updates to Torch-MLIR
floating type changes to be upstreamed
https://github.com/iree-org/torch-mlir/tree/fix_forward_iree_llvm_integrate_2025
## style change
- The .get<Ty> and .is<Ty> functions are deprecated and hence replaces
with cast and isa function in this PR.
---------
Signed-off-by: Nirvedh Meshram <[email protected]>