diff options
-rw-r--r-- | test/CodeGen/PowerPC/i64_fp_round.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/PowerPC/i64_fp_round.ll b/test/CodeGen/PowerPC/i64_fp_round.ll index 5a0c072c9c..5ae1be8953 100644 --- a/test/CodeGen/PowerPC/i64_fp_round.ll +++ b/test/CodeGen/PowerPC/i64_fp_round.ll @@ -12,11 +12,11 @@ entry: ; Note that only parts of the sequence are checked for here, to allow ; for minor code generation differences. -; CHECK: sradi [[REGISTER:[0-9]+]], 3, 53 -; CHECK: addi [[REGISTER:[0-9]+]], [[REGISTER]], 1 -; CHECK: cmpldi 0, [[REGISTER]], 1 -; CHECK: isel [[REGISTER:[0-9]+]], {{[0-9]+}}, 3, 1 -; CHECK: std [[REGISTER]], -{{[0-9]+}}(1) +; CHECK: sradi [[REG1:[0-9]+]], 3, 53 +; CHECK: addi [[REG2:[0-9]+]], [[REG1]], 1 +; CHECK: cmpldi 0, [[REG2]], 1 +; CHECK: isel [[REG3:[0-9]+]], {{[0-9]+}}, 3, 1 +; CHECK: std [[REG3]], -{{[0-9]+}}(1) ; Also check that with -enable-unsafe-fp-math we do not get that extra |