Skip to content

Commit 374c8d8

Browse files
author
v01dxyz
committed
[X86][LegalizeDAG] FPOWI: promote f16 operand
1 parent aad27bf commit 374c8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
614614
setOperationAction(ISD::FTAN, VT, Action);
615615
setOperationAction(ISD::FSQRT, VT, Action);
616616
setOperationAction(ISD::FPOW, VT, Action);
617+
setOperationAction(ISD::FPOWI, VT, Action);
617618
setOperationAction(ISD::FLOG, VT, Action);
618619
setOperationAction(ISD::FLOG2, VT, Action);
619620
setOperationAction(ISD::FLOG10, VT, Action);

0 commit comments

Comments
 (0)