[llvm] [IRBuilder] Add Align argument for CreateMaskedExpandLoad and CreateMaskedCompressStore (PR #122878)
Sergey Kachkov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 05:07:22 PST 2025
================
@@ -644,38 +644,48 @@ CallInst *IRBuilderBase::CreateMaskedScatter(Value *Data, Value *Ptrs,
/// Create a call to Masked Expand Load intrinsic
/// \p Ty - vector type to load
/// \p Ptr - base pointer for the load
+/// \p Align - alignment for one element
----------------
skachkov-sc wrote:
Agree, fixed
https://github.com/llvm/llvm-project/pull/122878
More information about the llvm-commits
mailing list