[all-commits] [llvm/llvm-project] a1dec5: [ValueTracking] Avoid optimizing away condition in...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri May 26 07:38:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1dec5dacbef2635d2de6533ba7cf686a78ca674
https://github.com/llvm/llvm-project/commit/a1dec5dacbef2635d2de6533ba7cf686a78ca674
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M llvm/test/Analysis/ValueTracking/known-power-of-two-urem.ll
Log Message:
-----------
[ValueTracking] Avoid optimizing away condition in test (NFC)
This is not what we're interested in testing, and it allows to
essentially optimize away the entire function with more powerful
optimization.
More information about the All-commits
mailing list