diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-01-29 16:55:25 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-01-29 16:55:25 +0000 |
| commit | 83f0bcef7a3e96d022f8d31fd87c8363fd4f9a00 (patch) | |
| tree | f29b52cf36d73c5cdc161b00203816b987f329a5 /llvm/test/CodeGen/R600/xor.ll | |
| parent | e75aa4983c8bb64f63c8742d2e3dc32c6966b74b (diff) | |
| download | bcm5719-llvm-83f0bcef7a3e96d022f8d31fd87c8363fd4f9a00.tar.gz bcm5719-llvm-83f0bcef7a3e96d022f8d31fd87c8363fd4f9a00.zip | |
R600/SI: Define a schedule model and enable the generic machine scheduler
The schedule model is not complete yet, and could be improved.
llvm-svn: 227461
Diffstat (limited to 'llvm/test/CodeGen/R600/xor.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/xor.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/xor.ll b/llvm/test/CodeGen/R600/xor.ll index b43ff400647..1526e28872c 100644 --- a/llvm/test/CodeGen/R600/xor.ll +++ b/llvm/test/CodeGen/R600/xor.ll @@ -58,8 +58,8 @@ define void @xor_i1(float addrspace(1)* %out, float addrspace(1)* %in0, float ad } ; FUNC-LABEL: {{^}}v_xor_i1: -; SI: buffer_load_ubyte [[A:v[0-9]+]] ; SI: buffer_load_ubyte [[B:v[0-9]+]] +; SI: buffer_load_ubyte [[A:v[0-9]+]] ; SI: v_xor_b32_e32 [[XOR:v[0-9]+]], [[A]], [[B]] ; SI: v_and_b32_e32 [[RESULT:v[0-9]+]], 1, [[XOR]] ; SI: buffer_store_byte [[RESULT]] |

