diff options
Diffstat (limited to 'test/CodeGen/PowerPC/vsx-self-copy.ll')
-rw-r--r-- | test/CodeGen/PowerPC/vsx-self-copy.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/vsx-self-copy.ll b/test/CodeGen/PowerPC/vsx-self-copy.ll index 23615ca..787ac4b 100644 --- a/test/CodeGen/PowerPC/vsx-self-copy.ll +++ b/test/CodeGen/PowerPC/vsx-self-copy.ll @@ -1,4 +1,5 @@ ; RUN: llc -mcpu=pwr7 -mattr=+vsx < %s | FileCheck %s +; RUN: llc -mcpu=pwr7 -mattr=+vsx -fast-isel -O0 < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" |