mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
add a note about how we should implement this FIXME from the legalizer:
// FIXME: revisit this when we have some kind of mechanism by which targets // can decided legality of vector constants, of which there may be very // many. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8137c9e41d
commit
969097968c
@ -1,4 +1,4 @@
|
||||
//===- PowerPCSubtarget.cpp - PPC Subtarget Information ---------*- C++ -*-===//
|
||||
//===- PowerPCSubtarget.cpp - PPC Subtarget Information -------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -396,3 +396,9 @@ of the GOT on targets with one).
|
||||
|
||||
Generate lwbrx and other byteswapping load/store instructions when reasonable.
|
||||
|
||||
===-------------------------------------------------------------------------===
|
||||
|
||||
Implement TargetConstantVec, and set up PPC to custom lower ConstantVec into
|
||||
TargetConstantVec's if it's one of the many forms that are algorithmically
|
||||
computable using the spiffy altivec instructions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user