aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/storerd-io-over-rr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/storerd-io-over-rr.ll')
-rw-r--r--test/CodeGen/Hexagon/storerd-io-over-rr.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/Hexagon/storerd-io-over-rr.ll b/test/CodeGen/Hexagon/storerd-io-over-rr.ll
deleted file mode 100644
index 8727330ca5bd..000000000000
--- a/test/CodeGen/Hexagon/storerd-io-over-rr.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -march=hexagon < %s | FileCheck %s
-; Check for memd(base + #offset), instead of memd(base + reg<<#c).
-; CHECK: memd(r{{[0-9]+}}+#
-
-define void @fred(i32 %p, i64 %v) #0 {
- %t0 = add i32 %p, 4
- %t1 = inttoptr i32 %t0 to i64*
- store i64 %v, i64* %t1
- ret void
-}
-
-attributes #0 = { nounwind "target-cpu"="hexagonv60" }