We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9ea59 commit 31db545Copy full SHA for 31db545
llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
@@ -1017,4 +1017,3 @@ def OpFixedLogINTEL: Op<5932, (outs ID:$res), (ins TYPE:$result_type, ID:$input,
1017
"$res = OpFixedLogINTEL $result_type $input $sign $l $rl $q $o">;
1018
def OpFixedExpINTEL: Op<5933, (outs ID:$res), (ins TYPE:$result_type, ID:$input, i32imm:$sign, i32imm:$l, i32imm:$rl, i32imm:$q, i32imm:$o),
1019
"$res = OpFixedExpINTEL $result_type $input $sign $l $rl $q $o">;
1020
-
0 commit comments