This is a long overdue cleanup. Not every use is eliminated, I stuck to uses that were directly being called from select(), and not the render functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101590
[AArch64][GlobalISel] Use a single MachineIRBuilder for most of isel. NFC. ClosedPublic Authored by aemerson on Apr 29 2021, 5:08 PM.
Details Summary This is a long overdue cleanup. Not every use is eliminated, I stuck to uses that were directly being called from select(), and not the render functions.
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka. · View Herald TranscriptApr 29 2021, 5:08 PM This revision is now accepted and ready to land.Apr 29 2021, 10:09 PM This revision was landed with ongoing or failed builds.Apr 30 2021, 2:51 PM Closed by commit rG7d2562c2daad: [AArch64][GlobalISel] Use a single MachineIRBuilder for most of isel. NFC. (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 342052 llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
|