mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
This should permit NOT and's, not even dead ones.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23199 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a00daac58
commit
7dd8b05fd7
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm r3, r3'
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm'
|
||||
|
||||
int %test1(short %X) {
|
||||
%Y = cast short %X to int ;; dead
|
||||
|
Loading…
Reference in New Issue
Block a user