[all-commits] [llvm/llvm-project] 6fc317: [msan] Relax handling of llvm.masked.expandload an...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Sep 10 12:23:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fc31712f1c3339cf3d48eb9d7b12c6c9ccc78ce
https://github.com/llvm/llvm-project/commit/6fc31712f1c3339cf3d48eb9d7b12c6c9ccc78ce
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[msan] Relax handling of llvm.masked.expandload and llvm.masked.gather
This is work around for new false positives. Real implementation will
follow.
Commit: 1819d5999c7091781a6441dad4bcede9c554ca90
https://github.com/llvm/llvm-project/commit/1819d5999c7091781a6441dad4bcede9c554ca90
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[NFC][msan] Remove unused return type
Compare: https://github.com/llvm/llvm-project/compare/a931dbfbd307...1819d5999c70
More information about the All-commits
mailing list