[all-commits] [llvm/llvm-project] 49f950: [InstCombine] add more tests for a planned shift f...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Thu Apr 21 11:16:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49f950ae26453cada4d222eddd55535a003c1c49
https://github.com/llvm/llvm-project/commit/49f950ae26453cada4d222eddd55535a003c1c49
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/shift-add.ll
Log Message:
-----------
[InstCombine] add more tests for a planned shift fold; NFC
These are reductions for a missed constraint (the offset
constant must be less than the bitwidth) that caused the
first version of the patch ( 5819f4a42286 ) to be reverted.
More information about the All-commits
mailing list