[all-commits] [llvm/llvm-project] 3c9229: [CodeGen] Return better Changed status from Detect...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Feb 17 01:32:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c9229c6635ecae1991e3229f446f1cac130f4fa
https://github.com/llvm/llvm-project/commit/3c9229c6635ecae1991e3229f446f1cac130f4fa
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/DetectDeadLanes.cpp
Log Message:
-----------
[CodeGen] Return better Changed status from DetectDeadLanes
Differential Revision: https://reviews.llvm.org/D119940
Commit: f0092f9ded34ce733d36a302fd1f33f134418594
https://github.com/llvm/llvm-project/commit/f0092f9ded34ce733d36a302fd1f33f134418594
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/LiveIntervals.cpp
Log Message:
-----------
[CodeGen] Return false from LiveIntervals::runOnMachineFunction
This is an analysis pass so it does not modify the MachineFunction.
Differential Revision: https://reviews.llvm.org/D119941
Commit: 50ddb5d2d12087c9b0c8da021179739324214e95
https://github.com/llvm/llvm-project/commit/50ddb5d2d12087c9b0c8da021179739324214e95
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
Log Message:
-----------
[CodeGen] Return better Changed status from LocalStackSlotAllocation
Differential Revision: https://reviews.llvm.org/D119942
Commit: 77e793d0255b67454176257d8306c932704ebd94
https://github.com/llvm/llvm-project/commit/77e793d0255b67454176257d8306c932704ebd94
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
Log Message:
-----------
[AMDGPU] Return better Changed status from AMDGPUAnnotateUniformValues
Differential Revision: https://reviews.llvm.org/D119943
Commit: 1822a5ecdd363ffcf465a7ad2e4e6fb92cab69f7
https://github.com/llvm/llvm-project/commit/1822a5ecdd363ffcf465a7ad2e4e6fb92cab69f7
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
Log Message:
-----------
[AMDGPU] Return better Changed status from AMDGPUPerfHintAnalysis
Differential Revision: https://reviews.llvm.org/D119944
Compare: https://github.com/llvm/llvm-project/compare/0b93e90971c0...1822a5ecdd36
More information about the All-commits
mailing list