[Mlir-commits] [mlir] [MLIR][LLVM] Propagate alignment attribute from memref to LLVM (PR #151380)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Tue Aug 5 06:35:48 PDT 2025
================
@@ -753,6 +753,18 @@ func.func @load_non_temporal(%arg0 : memref<32xf32, affine_map<(d0) -> (d0)>>) {
// -----
+// CHECK-LABEL: func @load_with_alignment(
+// CHECK-INTERFACE-LABEL: func @load_with_alignment(
+func.func @load_with_alignment(%arg0 : memref<32xf32>) {
+ %1 = arith.constant 7 : index
----------------
amd-eochoalo wrote:
Thanks! Here are the changes: https://github.com/llvm/llvm-project/pull/151380/commits/7ae0025dabf8c23b34b4c369690b9f656b40ad2d
https://github.com/llvm/llvm-project/pull/151380
More information about the Mlir-commits
mailing list