[all-commits] [llvm/llvm-project] 98e95a: [AMDGPU] Make S_MOV_B64_IMM_PSEUDO foldable (#69483)
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed Oct 18 13:38:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98e95a0055a4712fbd18495512c928bf2bd1adcc
https://github.com/llvm/llvm-project/commit/98e95a0055a4712fbd18495512c928bf2bd1adcc
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/fold-short-64-bit-literals.mir
Log Message:
-----------
[AMDGPU] Make S_MOV_B64_IMM_PSEUDO foldable (#69483)
With the legality checks in place it is now safe to do. S_MOV_B64 shall
not be used with wide literals, thus updating the test.
More information about the All-commits
mailing list