If we don't read the flag, we don't need to set it. Then we also don't
need to filter it out to get the pointer.
This should have a (small) positive impact on code size and performance.
Paths
| Differential D76259
Use more LLVM_ENABLE_ABI_BREAKING_CHECKS in Error.h ClosedPublic Authored by aaronpuchert on Mar 16 2020, 3:58 PM.
Details Summary If we don't read the flag, we don't need to set it. Then we also don't This should have a (small) positive impact on code size and performance.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 10 2020, 4:15 PM Closed by commit rGb96b9335aea5: Use more LLVM_ENABLE_ABI_BREAKING_CHECKS in Error.h (authored by aaronpuchert). · Explain WhyApr 11 2020, 12:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 250646 llvm/include/llvm/Support/Error.h
|