Skip to content

Commit 54a7442

Browse files
committed
--Updated SPIRVInstrInfo.td file
1 parent b1d7296 commit 54a7442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVInstrInfo.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,4 +1017,3 @@ def OpFixedLogINTEL: Op<5932, (outs ID:$res), (ins TYPE:$result_type, ID:$input,
10171017
"$res = OpFixedLogINTEL $result_type $input $sign $l $rl $q $o">;
10181018
def OpFixedExpINTEL: Op<5933, (outs ID:$res), (ins TYPE:$result_type, ID:$input, i32imm:$sign, i32imm:$l, i32imm:$rl, i32imm:$q, i32imm:$o),
10191019
"$res = OpFixedExpINTEL $result_type $input $sign $l $rl $q $o">;
1020-

0 commit comments

Comments
 (0)