[all-commits] [llvm/llvm-project] 71c5e7: [msan] Do not deppend on arguments evaluation order
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Sep 10 13:52:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71c5e7b26abaf85d85294170785335dee1ab8afa
https://github.com/llvm/llvm-project/commit/71c5e7b26abaf85d85294170785335dee1ab8afa
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] Do not deppend on arguments evaluation order
Clang and GCC do this differently making IR inconsistent.
https://lab.llvm.org/buildbot#builders/6/builds/13120
Commit: ab3db6022ea305ff983f8ced01c9fc8a09a8d5cf
https://github.com/llvm/llvm-project/commit/ab3db6022ea305ff983f8ced01c9fc8a09a8d5cf
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
Log Message:
-----------
[test][msan] Autogenerate the test
Compare: https://github.com/llvm/llvm-project/compare/0e7957955b84...ab3db6022ea3
More information about the All-commits
mailing list