diff options
author | Daniel Cederman <cederman@gaisler.com> | 2018-07-18 10:05:30 +0000 |
---|---|---|
committer | Daniel Cederman <cederman@gaisler.com> | 2018-07-18 10:05:30 +0000 |
commit | 959c8bf51cbb9298ca2e07fad913c26a5504211b (patch) | |
tree | cac58646215911403a82c0030a90af40fe6de51f /llvm/test/CodeGen/SPARC/inlineasm.ll | |
parent | ccdc7ebc1d99a3ccc34fe4a875b916bbb23b7298 (diff) | |
download | bcm5719-llvm-959c8bf51cbb9298ca2e07fad913c26a5504211b.tar.gz bcm5719-llvm-959c8bf51cbb9298ca2e07fad913c26a5504211b.zip |
Revert "[Sparc] Use the IntPair reg class for r constraints with value type f64"
This reverts commit 55222c9183c6e07f53a54c4061677734f54feac1.
I missed that this patch has a dependency on https://reviews.llvm.org/D49219
that has not been approved yet.
llvm-svn: 337373
Diffstat (limited to 'llvm/test/CodeGen/SPARC/inlineasm.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/inlineasm.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/SPARC/inlineasm.ll b/llvm/test/CodeGen/SPARC/inlineasm.ll index 12445ea9fa1..a67a45e6b1d 100644 --- a/llvm/test/CodeGen/SPARC/inlineasm.ll +++ b/llvm/test/CodeGen/SPARC/inlineasm.ll @@ -130,12 +130,3 @@ entry: tail call void asm sideeffect "faddd $0,$1,$2", "{f20},{f20},{f20}"(double 9.0, double 10.0, double 11.0) ret void } - -; CHECK-LABEL: test_constraint_r_f64: -; CHECK: std %o0, [%sp+96] -; CHECK: ldd [%sp+96], %f0 -define double @test_constraint_r_f64() { -entry: - %0 = call double asm sideeffect "", "=r"() - ret double %0 -} |