[all-commits] [llvm/llvm-project] 61f8af: [AMDGPU] Remove a FIXME implemented in D11061
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Dec 13 06:50:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61f8af265728013bc979253ac536e52b98210325
https://github.com/llvm/llvm-project/commit/61f8af265728013bc979253ac536e52b98210325
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Remove a FIXME implemented in D11061
Commit: 63681527ee978e703c6d1da0272f323c68387264
https://github.com/llvm/llvm-project/commit/63681527ee978e703c6d1da0272f323c68387264
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
Log Message:
-----------
[AMDGPU] SIShrinkInstructions: remove redundant check
canShrink already calls hasVALU32BitEncoding, so there is no need
to call it again here.
Commit: 16de2c09dd5ee388a9d7aee2e4c2402d17f1ce1c
https://github.com/llvm/llvm-project/commit/16de2c09dd5ee388a9d7aee2e4c2402d17f1ce1c
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
Log Message:
-----------
[AMDGPU] SIShrinkInstructions: sink code to where it's used. NFC.
Compare: https://github.com/llvm/llvm-project/compare/432c41ebe935...16de2c09dd5e
More information about the All-commits
mailing list