[X86] Add more thorough testing of the zext(logicalshift(zext(x),c)) -> logicalshift...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Mar 2023 17:20:37 +0000 (17:20 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Mar 2023 17:20:42 +0000 (17:20 +0000)
commit2281286eb7a1b03927dbc18aa9ef242557a36bdf
tree5027abb1fd9407cd5150a4bfec01a9fdb00c57ad
parentfea30f215c9752bba06a0303088484319db6c54b
[X86] Add more thorough testing of the zext(logicalshift(zext(x),c)) -> logicalshift(zext(x),c) fold

Add tests for more extension combos, 64-bit targets and some illegal types
llvm/test/CodeGen/X86/zext-lshr.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/zext-shl.ll