From 116cc48e30b9c307bf3eec29c890b4ba25cd18db Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 6 Apr 2006 21:11:54 +0000 Subject: 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 --- lib/Target/PowerPC/README_ALTIVEC.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Target/PowerPC/README_ALTIVEC.txt') 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. - -//===----------------------------------------------------------------------===// -- cgit v1.1