[all-commits] [llvm/llvm-project] 1bacc5: Apply suggestions from code review
Mingming Liu via All-commits
all-commits at lists.llvm.org
Wed Jan 15 22:44:14 PST 2025
Branch: refs/heads/users/mingmingl-llvm/spr/sdptargetlowering
Home: https://github.com/llvm/llvm-project
Commit: 1bacc51a5ae03ca9bda60dda4a63de9944d62950
https://github.com/llvm/llvm-project/commit/1bacc51a5ae03ca9bda60dda4a63de9944d62950
Author: Mingming Liu <mingmingl at google.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/StaticDataSplitter.cpp
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Commit: 8a85d1aa36e22619231c5e079f369c499dd67f6a
https://github.com/llvm/llvm-project/commit/8a85d1aa36e22619231c5e079f369c499dd67f6a
Author: mingmingl <mingmingl at google.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineJumpTableInfo.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/StaticDataSplitter.cpp
M llvm/test/CodeGen/X86/jump-table-partition.ll
Log Message:
-----------
resolve review feedback
Commit: e54dacbbbf94538674868b7a8ae1a86dccac44fb
https://github.com/llvm/llvm-project/commit/e54dacbbbf94538674868b7a8ae1a86dccac44fb
Author: mingmingl <mingmingl at google.com>
Date: 2025-01-12 (Sun, 12 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/StaticDataSplitter.cpp
Log Message:
-----------
Discover jump table by calling MachineOperand::isJTI()
Commit: 28defd8b053a9545cb6ebc28bec01e44135e9274
https://github.com/llvm/llvm-project/commit/28defd8b053a9545cb6ebc28bec01e44135e9274
Author: mingmingl <mingmingl at google.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/StaticDataSplitter.cpp
Log Message:
-----------
merge base patch
Compare: https://github.com/llvm/llvm-project/compare/e816defdec87...28defd8b053a
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list