[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:41 PST 2023
Branch: refs/heads/users/vitalybuka/spr/main.lsan-install-pthread_atfork
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: a5cc21b6571476f41d11588c9b3375a2dd0aaa93
https://github.com/llvm/llvm-project/commit/a5cc21b6571476f41d11588c9b3375a2dd0aaa93
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/b7c39068812f...a5cc21b65714
More information about the All-commits
mailing list