Fix inconsistent instruction name.
The 'fpromote' instruction was renamed from 'fcvt_ftof', but the name argument was not changed.
This commit is contained in:
@@ -1089,7 +1089,7 @@ x = Operand('x', Float)
|
||||
a = Operand('a', FloatTo)
|
||||
|
||||
fpromote = Instruction(
|
||||
'fcvt_ftof', r"""
|
||||
'fpromote', r"""
|
||||
Convert `x` to a larger floating point format.
|
||||
|
||||
Each lane in `x` is converted to the destination floating point format.
|
||||
|
||||
Reference in New Issue
Block a user