forked from OSchip/llvm-project
[GlobalISel][AArch64] Use proper constant types in test. NFC.
llvm-svn: 298854
This commit is contained in:
parent
9c81a727eb
commit
c1cbcee170
|
@ -97,7 +97,7 @@ body: |
|
|||
liveins: %w0
|
||||
|
||||
%0(s32) = COPY %w0
|
||||
%1(s32) = G_CONSTANT i64 -1
|
||||
%1(s32) = G_CONSTANT i32 -1
|
||||
%2(s32) = G_XOR %0, %1
|
||||
%w0 = COPY %2(s32)
|
||||
...
|
||||
|
@ -156,7 +156,7 @@ body: |
|
|||
bb.0:
|
||||
liveins: %w0, %w1
|
||||
successors: %bb.1
|
||||
%1(s32) = G_CONSTANT i64 -1
|
||||
%1(s32) = G_CONSTANT i32 -1
|
||||
G_BR %bb.1
|
||||
bb.1:
|
||||
%0(s32) = COPY %w0
|
||||
|
|
Loading…
Reference in New Issue