Skip to content

Commit 95d7aec

Browse files
ashwinikardileigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 8ae40d2
Added a check to emit HW FRC only for Float
1 parent f735e29 commit 95d7aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/GenISAIntrinsics/Intrinsic_definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@
19591959
"Convergent"]],
19601960
####################################################################################################
19611961
"GenISA_frc": ["GENISA_frc for emitting HW Frc",
1962-
[("anyfloat", "output"),
1963-
[("anyfloat", "src0")],
1962+
[("float", "output"),
1963+
[("float", "src0")],
19641964
"NoMem"]]
19651965
}

0 commit comments

Comments
 (0)