- Use "find('%')" instead of loop to find '%' char (we already uses find('%') in optimizePrintFString..)
- Convert getParent() chains to getModule()/getFunction()
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47397
[SimplifyLibcalls] [NFC] Cleanup, improvements ClosedPublic Authored by xbolva00 on May 25 2018, 4:06 PM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 31 2018, 6:57 AM Closed by commit rL333668: [SimplifyLibcalls] [NFC] Cleanup, improvements (authored by xbolva00). · Explain WhyMay 31 2018, 9:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149307 llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
|