diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-03-19 20:22:32 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-03-19 20:22:32 +0000 |
commit | 7ab1e60133b0545f682241e20b7969d221581ee3 (patch) | |
tree | d67c5579e4d16d351f4fd96b4b60500fad93a4c7 /test/CodeGen/PowerPC/asym-regclass-copy.ll | |
parent | eb9a42e8ab5ffb5a8f02c2f78876ed03dd883416 (diff) | |
download | external_llvm-7ab1e60133b0545f682241e20b7969d221581ee3.zip external_llvm-7ab1e60133b0545f682241e20b7969d221581ee3.tar.gz external_llvm-7ab1e60133b0545f682241e20b7969d221581ee3.tar.bz2 |
Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/asym-regclass-copy.ll')
-rw-r--r-- | test/CodeGen/PowerPC/asym-regclass-copy.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/asym-regclass-copy.ll b/test/CodeGen/PowerPC/asym-regclass-copy.ll index cdfbcbc..c399802 100644 --- a/test/CodeGen/PowerPC/asym-regclass-copy.ll +++ b/test/CodeGen/PowerPC/asym-regclass-copy.ll @@ -2,6 +2,8 @@ target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64" target triple = "powerpc64-unknown-linux-gnu" +; This test triggers the use of the asymmetric OR8_32 copy pattern. + @gen_random.last = external unnamed_addr global i64, align 8 @.str = external unnamed_addr constant [4 x i8], align 1 |