]> granicus.if.org Git - llvm/commit
[InstSimplify] add tests for rotate; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 26 Feb 2019 16:44:08 +0000 (16:44 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 26 Feb 2019 16:44:08 +0000 (16:44 +0000)
commit0d20d79a027f4a1da52973f71802908f9f3de724
tree057c35738ccab6fb26158c6e54a7ff053ea4cb0e
parentdf09ef993aaff2f33e5cd5e039f467b9bae09c7e
[InstSimplify] add tests for rotate; NFC

Rotate is a special-case of funnel shift that has different
poison constraints than the general case. That's not visible
yet in the existing tests, but it needs to be corrected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354894 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstSimplify/call.ll