[all-commits] [llvm/llvm-project] 4fc1e7: [InstSimplify] Fold (a != 0) ? abs(a) : 0 (#70305)
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Fri Oct 27 05:52:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fc1e7db273d2c1d0140ab7234b2f7b05d58a397
https://github.com/llvm/llvm-project/commit/4fc1e7db273d2c1d0140ab7234b2f7b05d58a397
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
A llvm/test/Transforms/InstSimplify/select-abs.ll
Log Message:
-----------
[InstSimplify] Fold (a != 0) ? abs(a) : 0 (#70305)
Solves #70204
More information about the All-commits
mailing list