Nobody likes shifty instructions, but that was a bit strong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2012-04-18 16:44:44 +00:00
parent 35ee7d28a6
commit 377bf1acb9

View File

@ -1,4 +1,4 @@
; This test makes sure that shit instructions are properly eliminated
; This test makes sure that shift instructions are properly eliminated
; even with arbitrary precision integers.
; RUN: opt < %s -instcombine -S | not grep sh
; END.