llvm-project
cd1acf2a - [mlir][Transforms] Remove UB dialect dependency from Canonicalizer pass (#150555)

Commit
103 days ago
[mlir][Transforms] Remove UB dialect dependency from Canonicalizer pass (#150555) The Canonicalizer pass has a dependency to UB dialect which shouldn't have. It also no longer needs to directly depend on the UB dialect since the Vector dialect (which uses UB dialect for poison index operations introduced by 35df525) already declares this dependency(878d3594).
Author
Parents
Loading