mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
remove two done items
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -69,12 +69,6 @@ clobbered regs.
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
VSPLTW and friends are expanded by the FE into insert/extract element ops. Make
|
|
||||||
sure that the dag combiner puts them back together in the appropriate
|
|
||||||
vector_shuffle node and that this gets pattern matched appropriately.
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
Implement passing/returning vectors by value.
|
Implement passing/returning vectors by value.
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
@@ -126,10 +120,6 @@ This would fix two problems:
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation.
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
Implement multiply for vector integer types, to avoid the horrible scalarized
|
Implement multiply for vector integer types, to avoid the horrible scalarized
|
||||||
code produced by legalize.
|
code produced by legalize.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user