[Mlir-commits] [mlir] [MLIR][LLVM] Improve bit- and addrspacecast folders (PR #87745)

Christian Ulmann llvmlistbot at llvm.org
Fri Apr 5 00:24:05 PDT 2024


================
@@ -101,6 +101,18 @@ llvm.func @fold_bitcast2(%x : i32) -> i32 {
 
 // -----
 
+// CHECK-LABEL: fold_bitcast_chain
+// CHECK-SAME: %[[a0:arg[0-9]+]]
----------------
Dinistro wrote:

Yeah, I copied this from the other tests in the same file. Now all occurrences of this have been adopted in the file. 

https://github.com/llvm/llvm-project/pull/87745


More information about the Mlir-commits mailing list