diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-06-03 15:44:35 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-06-03 15:44:35 +0000 |
commit | 96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596 (patch) | |
tree | fc97060054d2f040dd660dda0b51ba45f02cc77e /test/CodeGen/R600/bfi_int.ll | |
parent | 0962e147a439785279c3665379189017e980e0cc (diff) | |
download | external_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.zip external_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.tar.gz external_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.tar.bz2 |
R600: use capital letter for PV channel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/bfi_int.ll')
-rw-r--r-- | test/CodeGen/R600/bfi_int.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/bfi_int.ll b/test/CodeGen/R600/bfi_int.ll index f51060f..707abb3 100644 --- a/test/CodeGen/R600/bfi_int.ll +++ b/test/CodeGen/R600/bfi_int.ll @@ -37,7 +37,7 @@ entry: ; ((x & z) | (y & (x | z))) ; R600-CHECK: @bfi_sha256_ma ; R600-CHECK: XOR_INT * [[DST:T[0-9]+\.[XYZW]]], {{T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} -; R600-CHECK: BFI_INT * {{T[0-9]+\.[XYZW]}}, {{[[DST]]|PV\.[xyzw]}}, {{T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +; R600-CHECK: BFI_INT * {{T[0-9]+\.[XYZW]}}, {{[[DST]]|PV\.[XYZW]}}, {{T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} ; SI-CHECK: V_XOR_B32_e32 [[DST:VGPR[0-9]+]], {{VGPR[0-9]+, VGPR[0-9]+}} ; SI-CHECK: V_BFI_B32 {{VGPR[0-9]+}}, [[DST]], {{VGPR[0-9]+, VGPR[0-9]+}} |