[all-commits] [llvm/llvm-project] a22a1f: [AMDGPU] support 64-bit immediates in SIInstrInfo:...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Oct 17 10:53:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a22a1fe151b8198ddc5cd4963f1e3f8e23b57114
https://github.com/llvm/llvm-project/commit/a22a1fe151b8198ddc5cd4963f1e3f8e23b57114
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/ipra-return-address-save-restore.ll
M llvm/test/CodeGen/AMDGPU/peephole-fold-imm.mir
M llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll
Log Message:
-----------
[AMDGPU] support 64-bit immediates in SIInstrInfo::FoldImmediate (#69260)
This is a part of https://github.com/llvm/llvm-project/issues/67781.
Until we select more 64-bit move immediates the impact is minimal.
More information about the All-commits
mailing list