[all-commits] [llvm/llvm-project] 3ed614: Revert "[ValueTracking] peek through extends in ha...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Dec 13 13:12:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ed6143e817ea59e91e965f424514c4c02dab13f
https://github.com/llvm/llvm-project/commit/3ed6143e817ea59e91e965f424514c4c02dab13f
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/add.ll
Log Message:
-----------
Revert "[ValueTracking] peek through extends in haveNoCommonBitsSet"
This reverts commit 7520d187cf0dedcf5085f71bc1a5472c75cc8dbb.
The pre-commit patch that was supposed to NFC add tests for this
patch picked up some code that should not be here. I'll clean up
and re-commit.
Commit: 41513bc7a23ff47b7435203aa1257e10e02ab7dd
https://github.com/llvm/llvm-project/commit/41513bc7a23ff47b7435203aa1257e10e02ab7dd
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/add.ll
Log Message:
-----------
Revert "[InstCombine] add tests for add-of-extends; NFC"
This reverts commit c8cba0bc4a8c9f4f3f10e17f601ed924dfb82bef.
An unintended code change snuck into this (was supposed to just add tests).
Compare: https://github.com/llvm/llvm-project/compare/518e6f12f37c...41513bc7a23f
More information about the All-commits
mailing list