[all-commits] [llvm/llvm-project] 41588b: [InstCombine] precommit test for D152068(NFC)
Kohei Asano via All-commits
all-commits at lists.llvm.org
Mon Jun 5 04:05:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41588b5880c86ff5ae6cdb7ad3a7f127d6ed2ef3
https://github.com/llvm/llvm-project/commit/41588b5880c86ff5ae6cdb7ad3a7f127d6ed2ef3
Author: khei4 <kk.asano.luxy at gmail.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/addsub-constant-folding.ll
Log Message:
-----------
[InstCombine] precommit test for D152068(NFC)
Differential Revision: https://reviews.llvm.org/D152091
Commit: 4db8d4f8391001bf72458ed2fc8f5d60c167bbe7
https://github.com/llvm/llvm-project/commit/4db8d4f8391001bf72458ed2fc8f5d60c167bbe7
Author: khei4 <kk.asano.luxy at gmail.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/test/Transforms/InstCombine/addsub-constant-folding.ll
Log Message:
-----------
[InstCombine] add overflow checking on AddSub `C-(X+C2) --> (C-C2)-X`
Differential Revision: https://reviews.llvm.org/D152068
Compare: https://github.com/llvm/llvm-project/compare/88421ea97391...4db8d4f83910
More information about the All-commits
mailing list