[Mlir-commits] [mlir] [mlir][spirv] Retain nontemporal attribute when converting memref load/store (PR #82119)

Lei Zhang llvmlistbot at llvm.org
Sun Feb 25 16:31:27 PST 2024


================
@@ -623,7 +631,8 @@ LoadOpPattern::matchAndRewrite(memref::LoadOp loadOp, OpAdaptor adaptor,
   if (!loadPtr)
     return failure();
 
-  AlignmentRequirements requiredAlignment = calculateRequiredAlignment(loadPtr);
+  AlignmentRequirements requiredAlignment =
----------------
antiagainst wrote:

Yeah renaming it would be good. As the function name shows it's about alignment calculation right now. 

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


More information about the Mlir-commits mailing list