aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/README_ALTIVEC.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-06 21:11:54 +0000
committerChris Lattner <sabre@nondot.org>2006-04-06 21:11:54 +0000
commit116cc48e30b9c307bf3eec29c890b4ba25cd18db (patch)
treeaf425b6f430d2ad54056eb25a100cf526bd09cc6 /lib/Target/PowerPC/README_ALTIVEC.txt
parent91ded082246312ede09d25ac4e055803f7983d77 (diff)
downloadexternal_llvm-116cc48e30b9c307bf3eec29c890b4ba25cd18db.zip
external_llvm-116cc48e30b9c307bf3eec29c890b4ba25cd18db.tar.gz
external_llvm-116cc48e30b9c307bf3eec29c890b4ba25cd18db.tar.bz2
Pattern match vmrg* instructions, which are now lowered by the CFE into shuffles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README_ALTIVEC.txt')
-rw-r--r--lib/Target/PowerPC/README_ALTIVEC.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/README_ALTIVEC.txt b/lib/Target/PowerPC/README_ALTIVEC.txt
index 711f7c3..b945608 100644
--- a/lib/Target/PowerPC/README_ALTIVEC.txt
+++ b/lib/Target/PowerPC/README_ALTIVEC.txt
@@ -129,6 +129,3 @@ void test(vector int *X, vector int *Y) {
//===----------------------------------------------------------------------===//
-Lower "merges" in the front-end to shuffles, reconstruct in the backend.
-
-//===----------------------------------------------------------------------===//