[llvm] [AMDGPU] support 64-bit immediates in SIInstrInfo::FoldImmediate (PR #69260)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 18 09:48:48 PDT 2023
================
@@ -151,6 +151,7 @@ def S_MOV_B64_IMM_PSEUDO : SPseudoInstSI <(outs SReg_64:$sdst),
let SchedRW = [WriteSALU, Write64Bit];
let Size = 16; // Needs maximum 2 s_mov_b32 instructions 8 byte long each.
let Uses = [];
+ let UseNamedOperandTable = 1;
----------------
jayfoad wrote:
Makes sense, thanks. I did not even know there was a flag for this. I thought it happened automatically.
https://github.com/llvm/llvm-project/pull/69260
More information about the llvm-commits
mailing list