[all-commits] [llvm/llvm-project] 309357: [AMDGPU] Remove unused declaration eliminateDeadBr...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Oct 28 20:33:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 309357c01ad8aa1e7acf8d74d8310a6f204a7688
https://github.com/llvm/llvm-project/commit/309357c01ad8aa1e7acf8d74d8310a6f204a7688
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
Log Message:
-----------
[AMDGPU] Remove unused declaration eliminateDeadBranchOperands (NFC)
Commit: dd5d46b0093d78ebea9b8b6854f453df444a2923
https://github.com/llvm/llvm-project/commit/dd5d46b0093d78ebea9b8b6854f453df444a2923
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
Log Message:
-----------
[AMDGPU] Remove unused BBSelectRegister in AMDGPUMachineCFGStructurizer (NFC)
This field seems to be unused for at least one year.
Commit: 01b4789b6278dccbd50622bd4f688c7dd18b560e
https://github.com/llvm/llvm-project/commit/01b4789b6278dccbd50622bd4f688c7dd18b560e
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
Log Message:
-----------
[AMDGPU] Remove hasDefinedInitializer (NFC)
The last use was removed on Sep 16, 2021 in commit
7a62a5b56d670c4e152159740cd7fc4030a9470f.
Compare: https://github.com/llvm/llvm-project/compare/6a5f7437720e...01b4789b6278
More information about the All-commits
mailing list