[all-commits] [llvm/llvm-project] 72b776: [IRBuilder] Add CreateMaskedExpandLoad and CreateM...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Sep 14 19:20:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72b776168c7c80d2035c7226488462dcffc97e75
https://github.com/llvm/llvm-project/commit/72b776168c7c80d2035c7226488462dcffc97e75
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/IR/IRBuilder.cpp
Log Message:
-----------
[IRBuilder] Add CreateMaskedExpandLoad and CreateMaskedCompressStore
Commit: f221720e822f019b59fb9bbdf4db0927d2ea91f7
https://github.com/llvm/llvm-project/commit/f221720e822f019b59fb9bbdf4db0927d2ea91f7
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[nfc][msan] getShadowOriginPtr on <N x ptr>
Some vector instructions can benefit from
of Addr as <N x ptr>.
Differential Revision: https://reviews.llvm.org/D133681
Compare: https://github.com/llvm/llvm-project/compare/f404169f245d...f221720e822f
More information about the All-commits
mailing list