diff options
Diffstat (limited to 'test/CodeGen/ARM64/elf-constpool.ll')
-rw-r--r-- | test/CodeGen/ARM64/elf-constpool.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/ARM64/elf-constpool.ll b/test/CodeGen/ARM64/elf-constpool.ll deleted file mode 100644 index 95d334376b..0000000000 --- a/test/CodeGen/ARM64/elf-constpool.ll +++ /dev/null @@ -1,13 +0,0 @@ -; RUN: llc -mtriple=arm64-linux-gnu -o - %s | FileCheck %s -; RUN: llc -mtriple=arm64-linux-gnu -O0 -o - %s | FileCheck %s - -; O0 checked for fastisel purposes. It has a separate path which -; creates a constpool entry for floating values. - -define double @needs_const() { - ret double 3.14159 -; CHECK: .LCPI0_0: - -; CHECK: adrp {{x[0-9]+}}, .LCPI0_0 -; CHECK: ldr d0, [{{x[0-9]+}}, :lo12:.LCPI0_0] -} |