diff --git a/lib/cretonne/meta/cretonne/base.py b/lib/cretonne/meta/cretonne/base.py index 670d85cc0c..adbbf68d28 100644 --- a/lib/cretonne/meta/cretonne/base.py +++ b/lib/cretonne/meta/cretonne/base.py @@ -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.