Skip to content

Commit 24f09c9

Browse files
[X86][GlobalIsel] support G_IS_FPCLASS
1 parent df420ee commit 24f09c9

File tree

2 files changed

+474
-78
lines changed

2 files changed

+474
-78
lines changed

llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ X86LegalizerInfo::X86LegalizerInfo(const X86Subtarget &STI,
410410

411411
getActionDefinitionsBuilder(G_SEXT_INREG).lower();
412412

413+
getActionDefinitionsBuilder(G_IS_FPCLASS)
414+
.lower();
415+
413416
// fp constants
414417
getActionDefinitionsBuilder(G_FCONSTANT)
415418
.legalFor({s32, s64})

0 commit comments

Comments
 (0)