The condition can never be fed by FPRs, so it should always be on a GPR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65157
[GlobalISel][AArch64] Save a copy on G_SELECT by fixing condition to GPR ClosedPublic Authored by paquette on Jul 23 2019, 10:36 AM.
Details Summary The condition can never be fed by FPRs, so it should always be on a GPR.
Diff Detail
Event TimelineHerald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Jul 23 2019, 1:40 PM Closed by commit rL366854: [GlobalISel][AArch64] Save a copy on G_SELECT by fixing condition to GPR (authored by paquette). · Explain WhyJul 23 2019, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211357 llvm/trunk/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
llvm/trunk/test/CodeGen/AArch64/GlobalISel/regbank-fp-use-def.mir
llvm/trunk/test/CodeGen/AArch64/GlobalISel/regbank-select.mir
|