Skip to content

Commit c49510b

Browse files
committed
[AArch64] Remove unused references to frem f80.
The f80 fp types are only supported on X86 and can be removed from AArch64. It looks like they were copied from another backend by mistake. There is another reference to f80 for EXTLOAD, but that is apparently used for legalizing constants to the correct types.
1 parent dc8311f commit c49510b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
530530

531531
setOperationAction(ISD::FREM, MVT::f32, Expand);
532532
setOperationAction(ISD::FREM, MVT::f64, Expand);
533-
setOperationAction(ISD::FREM, MVT::f80, Expand);
534533

535534
setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand);
536535

0 commit comments

Comments
 (0)