[all-commits] [llvm/llvm-project] c4d74a: [InstCombine] add test for abs with dominating con...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Mar 22 07:43:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4d74a93f65c07db4d80e199291e0da378305731
https://github.com/llvm/llvm-project/commit/c4d74a93f65c07db4d80e199291e0da378305731
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/abs-intrinsic.ll
Log Message:
-----------
[InstCombine] add test for abs with dominating condition; NFC
There's a potential miscompile or missed optimization with
propagating 'nsw' in the transform proposed in D122013, so
we need at least one more test for coverage.
More information about the All-commits
mailing list