summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/vop-shrink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/vop-shrink.ll')
-rw-r--r--test/CodeGen/R600/vop-shrink.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/R600/vop-shrink.ll b/test/CodeGen/R600/vop-shrink.ll
index 034d3f114ee..e7f0288c87e 100644
--- a/test/CodeGen/R600/vop-shrink.ll
+++ b/test/CodeGen/R600/vop-shrink.ll
@@ -2,8 +2,8 @@
; Test that we correctly commute a sub instruction
; FUNC-LABEL: {{^}}sub_rev:
-; SI-NOT: V_SUB_I32_e32 v{{[0-9]+}}, s
-; SI: V_SUBREV_I32_e32 v{{[0-9]+}}, s
+; SI-NOT: v_sub_i32_e32 v{{[0-9]+}}, s
+; SI: v_subrev_i32_e32 v{{[0-9]+}}, s
; ModuleID = 'vop-shrink.ll'
@@ -33,7 +33,7 @@ endif: ; preds = %else, %if
; 32-bit op when we shrink it.
; FUNC-LABEL: {{^}}add_fold:
-; SI: V_ADD_F32_e32 v{{[0-9]+}}, 0x44800000
+; SI: v_add_f32_e32 v{{[0-9]+}}, 0x44800000
define void @add_fold(float addrspace(1)* %out) {
entry:
%tmp = call i32 @llvm.r600.read.tidig.x()