Equivalent to SelectionDAG's frint node.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Remove change to AArch64RegisterBankInfo.cpp; I want that to come in with a later commit where it makes more sense.
Paths
| Differential D60891
[GlobalISel] Add a G_FRINT opcode ClosedPublic Authored by paquette on Apr 18 2019, 3:43 PM.
Details Summary Equivalent to SelectionDAG's frint node.
Diff Detail
Event TimelineHerald added subscribers: Petar.Avramovic, hiraditya, javed.absar and 2 others. · View Herald Transcript Comment Actions Remove change to AArch64RegisterBankInfo.cpp; I want that to come in with a later commit where it makes more sense. paquette added a child revision: D60895: [GlobalISel][AArch64] Legalize + select G_FRINT.Apr 18 2019, 4:03 PM This revision is now accepted and ready to land.Apr 19 2019, 2:38 PM Closed by commit rL358785: [GlobalISel] Add a G_FRINT opcode (authored by paquette). · Explain WhyApr 19 2019, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 195921 llvm/trunk/include/llvm/Support/TargetOpcodes.def
llvm/trunk/include/llvm/Target/GenericOpcodes.td
llvm/trunk/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
|