[Mlir-commits] [mlir] [MLIR][LLVM] Improve bit- and addrspacecast folders (PR #87745)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Apr 5 00:22:04 PDT 2024
================
@@ -101,6 +101,18 @@ llvm.func @fold_bitcast2(%x : i32) -> i32 {
// -----
+// CHECK-LABEL: fold_bitcast_chain
+// CHECK-SAME: %[[a0:arg[0-9]+]]
----------------
ftynse wrote:
+1, there is no guarantee that the name starts with `arg` similar to any other SSA name.
https://github.com/llvm/llvm-project/pull/87745
More information about the Mlir-commits
mailing list