diff options
author | Ron Lieberman <ronl@codeaurora.org> | 2016-08-16 13:10:09 +0000 |
---|---|---|
committer | Ron Lieberman <ronl@codeaurora.org> | 2016-08-16 13:10:09 +0000 |
commit | a481c7db93d83bcc8975b47cfb07b1320cf3ab15 (patch) | |
tree | 09ca0f0ef8a277d87a35f4de759ee51750c15f47 /llvm/test/CodeGen/Hexagon/const-pool-tf.ll | |
parent | e311740bdefd7c9b1e8189c4b517e72919103c13 (diff) | |
download | bcm5719-llvm-a481c7db93d83bcc8975b47cfb07b1320cf3ab15.tar.gz bcm5719-llvm-a481c7db93d83bcc8975b47cfb07b1320cf3ab15.zip |
[Hexagon] Improve test to check for @PCREL, only run llc, not opt -> llc.
llvm-svn: 278796
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/const-pool-tf.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/const-pool-tf.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/const-pool-tf.ll b/llvm/test/CodeGen/Hexagon/const-pool-tf.ll index e67892537ef..9a4569b1e4d 100644 --- a/llvm/test/CodeGen/Hexagon/const-pool-tf.ll +++ b/llvm/test/CodeGen/Hexagon/const-pool-tf.ll @@ -1,6 +1,6 @@ -; RUN: opt -relocation-model pic -march=hexagon -mcpu=hexagonv60 -O2 -S < %s | llc -march=hexagon -mcpu=hexagonv60 -relocation-model pic +; RUN: llc -march=hexagon -mcpu=hexagonv60 -relocation-model pic < %s | FileCheck %s -; CHECK: jumpr +; CHECK: @PCREL target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048" target triple = "hexagon-unknown--elf" |