commit | 622b3e88a61953ec576eeafc85b1cea65adabaf7 | [log] [tgz] |
---|---|---|
author | Hideto Ueno <uenoku.tokotoko@gmail.com> | Thu Jul 24 17:33:07 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 24 17:35:27 2025 -0700 |
tree | 1027c00be1fa165c291d2bb90c958a17cd7812ea | |
parent | cf3d91275580d7cdf1052603fa677fa188b4882f [diff] |
[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). GitOrigin-RevId: cd1acf2ae36c5cc480d2d77de54d66508813cec9
See https://mlir.llvm.org/ for more information.