Skip to content

Commit fe62e03

Browse files
[X86][GlobalIsel] Support G_IS_FPCLASS
1 parent 839b91c commit fe62e03

File tree

2 files changed

+510
-158
lines changed

2 files changed

+510
-158
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ X86LegalizerInfo::X86LegalizerInfo(const X86Subtarget &STI,
414414

415415
getActionDefinitionsBuilder(G_SEXT_INREG).lower();
416416

417+
getActionDefinitionsBuilder(G_IS_FPCLASS).lower();
418+
417419
// fp constants
418420
getActionDefinitionsBuilder(G_FCONSTANT)
419421
.legalFor({s32, s64})

0 commit comments

Comments
 (0)