[all-commits] [llvm/llvm-project] c3c528: [InstSimplify] Delay creation of constants for off...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Feb 17 00:56:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3c5280b0ef4f8ea85695befaac70485cb538f11
https://github.com/llvm/llvm-project/commit/c3c5280b0ef4f8ea85695befaac70485cb538f11
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Delay creation of constants for offsets (NFC)
Return APInt from stripAndComputeConstantOffsets(), and only
create corresponding Constants later, if we actually need them.
More information about the All-commits
mailing list