Turns out that we can save an instruction by folding the right shift into
the compare.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 33640 Build 33639: arc lint + arc unit
Paths
| Differential D63568
hwasan: Shrink outlined checks by 1 instruction. ClosedPublic Authored by pcc on Jun 19 2019, 12:42 PM.
Details Summary Turns out that we can save an instruction by folding the right shift into
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 19 2019, 1:28 PM Closed by commit rL363874: hwasan: Shrink outlined checks by 1 instruction. (authored by pcc). · Explain WhyJun 19 2019, 1:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 205657 llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
llvm/test/CodeGen/AArch64/hwasan-check-memaccess.ll
|