Files
clang-p2996/llvm/lib/IR/Operator.cpp
Nikita Popov b21e328286 [IR] Add ptradd fast path in accumulateConstantOffset() (NFC)
For getelementptr i8 (aka ptradd) we can skip the whole logic and
directly use the offset. As we're now canonicalizing to this form,
it's pretty common and worth having a fast-path for.
2024-02-12 12:40:42 +01:00

9.4 KiB