Skip to content

Commit 6b316ec

Browse files
authored
[AMDGPU] Encode NV bit in VIMAGE/VSAMPLE. NFC (#153654)
This is NFC as this target does not have it.
1 parent e5e3e4b commit 6b316ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AMDGPU/SIInstrFormats.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ class VIMAGE_VSAMPLE_Common <bits<8> op> : Enc96 {
473473
let Inst{4} = r128;
474474
let Inst{5} = d16;
475475
let Inst{6} = a16;
476+
let Inst{7} = cpol{5}; // nv
476477
let Inst{21-14} = op;
477478
let Inst{25-22} = dmask;
478479
let Inst{39-32} = vdata;

0 commit comments

Comments
 (0)