From 80fdc1eb6bf93a454585c2f6fe7fb54f81cff8bd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Apr 2006 05:28:54 +0000 Subject: [PATCH] Remove done item llvm-svn: 27351 --- llvm/lib/Target/PowerPC/README_ALTIVEC.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt index 881ba020f42e..5aca1f4c3ce4 100644 --- a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt +++ b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt @@ -112,11 +112,6 @@ be constants. The verifier should enforce this constraint. //===----------------------------------------------------------------------===// -We should instcombine the lvx/stvx intrinsics into loads/stores if we know that -the loaded address is 16-byte aligned. - -//===----------------------------------------------------------------------===// - Instead of writting a pattern for type-agnostic operations (e.g. gen-zero, load, store, and, ...) in every supported type, make legalize do the work. We should have a canonical type that we want operations changed to (e.g. v4i32 for