Skip to content

Commit c25ad27

Browse files
authored
[AArch64] Remove unused references to MVT::f80. (#169545)
These 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.
1 parent d431f38 commit c25ad27

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)