[all-commits] [llvm/llvm-project] a930fe: [CodeGen] Port `InterleavedLoadCombine` to new pas...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Dec 12 20:55:39 PST 2023
Branch: refs/heads/users/vitalybuka/spr/main.testhwasan-implement-sanitizer_specific-for-hwasan
Home: https://github.com/llvm/llvm-project
Commit: a930fec033a80bc92f5a11cc334ff4fc44cbe0ca
https://github.com/llvm/llvm-project/commit/a930fec033a80bc92f5a11cc334ff4fc44cbe0ca
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
A llvm/include/llvm/CodeGen/InterleavedLoadCombine.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll
M llvm/test/CodeGen/AArch64/new-load-requires-renaming-in-mssa.ll
Log Message:
-----------
[CodeGen] Port `InterleavedLoadCombine` to new pass manager (#75164)
Commit: 04580edd8a394dc2ccee7363c8a41ee05b1a6b98
https://github.com/llvm/llvm-project/commit/04580edd8a394dc2ccee7363c8a41ee05b1a6b98
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
A clang-tools-extra/clangd/test/GH75115.test
Log Message:
-----------
[clangd] Add test for GH75115 (#75116)
Add test for https://github.com/llvm/llvm-project/issues/75115
Commit: e1e5f3540950f8fc645093410b0de9cad126deb2
https://github.com/llvm/llvm-project/commit/e1e5f3540950f8fc645093410b0de9cad126deb2
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M compiler-rt/lib/lsan/lsan_posix.cpp
Log Message:
-----------
[NFC][lsan] clang-format includes
Commit: 64d96be91b322c3af6e78394d5fa7c5c50252880
https://github.com/llvm/llvm-project/commit/64d96be91b322c3af6e78394d5fa7c5c50252880
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
A clang-tools-extra/clangd/test/GH75115.test
M compiler-rt/lib/lsan/lsan_posix.cpp
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
A llvm/include/llvm/CodeGen/InterleavedLoadCombine.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll
M llvm/test/CodeGen/AArch64/new-load-requires-renaming-in-mssa.ll
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Compare: https://github.com/llvm/llvm-project/compare/b2e8f461e6d5...64d96be91b32
More information about the All-commits
mailing list