Once the node equivalence is added selection becomes free.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84552
[AArch64][GlobalISel] Add legalization & selection support for G_INTRINSIC_LRINT ClosedPublic Authored by aemerson on Jul 24 2020, 1:05 PM.
Details Summary Once the node equivalence is added selection becomes free.
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka. · View Herald TranscriptJul 24 2020, 1:05 PM aemerson added a parent revision: D84551: [GlobalISel] Add G_INTRINSIC_LRINT and translate from llvm.lrint.Jul 24 2020, 1:06 PM arsenm added inline comments. This revision is now accepted and ready to land.Jul 30 2020, 2:55 PM This revision was landed with ongoing or failed builds.Jul 30 2020, 4:15 PM Closed by commit rG09f9f7dd1bfe: [AArch64][GlobalISel] Add legalization & selection support for… (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282076 llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-lrint.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
llvm/test/CodeGen/AArch64/lrint-conv.ll
|
Don't need -global-isel with -run-pass