[all-commits] [llvm/llvm-project] b6efd2: [InstCombine] add tests for nsw propagation; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed Mar 23 12:34:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6efd2510a1efaf2f48b7cd48a3db30b64ec7a51
https://github.com/llvm/llvm-project/commit/b6efd2510a1efaf2f48b7cd48a3db30b64ec7a51
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/nsw.ll
Log Message:
-----------
[InstCombine] add tests for nsw propagation; NFC
These are based on tests that were included in the abandoned D122299.
Comments indicate what should or should not happen if we change
behavior in Negator.
More information about the All-commits
mailing list