Noticed in the asm-goto patch. Callbr needs to go here too. One cast and call is better than 3.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D57295
[IR] Use CallBase to reduce code duplication. NFC ClosedPublic Authored by craig.topper on Jan 26 2019, 3:20 PM.
Details Summary Noticed in the asm-goto patch. Callbr needs to go here too. One cast and call is better than 3.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 29 2019, 2:31 PM Closed by commit rL352563: [IR] Use CallBase to reduce code duplication. NFC (authored by ctopper). · Explain WhyJan 29 2019, 3:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 184194 llvm/trunk/lib/IR/Instruction.cpp
|