[all-commits] [llvm/llvm-project] b20414: [x86] add test for select + sdiv neutral constant; ...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Oct 4 10:21:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b20414949290cecfa55e15b8a77aa024df0c0729
https://github.com/llvm/llvm-project/commit/b20414949290cecfa55e15b8a77aa024df0c0729
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/test/CodeGen/X86/vector-bo-select.ll
Log Message:
-----------
[x86] add test for select + sdiv neutral constant; NFC
Commit: 17dcbd8165479d5b2d7f827bfcb271b50ee03872
https://github.com/llvm/llvm-project/commit/17dcbd8165479d5b2d7f827bfcb271b50ee03872
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/X86/vector-bo-select.ll
Log Message:
-----------
[SDAG] don't hoist div/rem through a select with neutral constant
This bug was introduced with D134966.
Compare: https://github.com/llvm/llvm-project/compare/5c7566cd0597...17dcbd816547
More information about the All-commits
mailing list