mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Add ISD::UNDEF node
Teach the SelectionDAG code how to expand and promote it Have PPC32 LowerCallTo generate ISD::UNDEF for int arg regs used up by fp arguments, but not shadowing their value. This allows us to do the right thing with both fixed and vararg floating point arguments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -74,6 +74,9 @@ namespace ISD {
|
||||
// out.
|
||||
ImplicitDef,
|
||||
|
||||
// UNDEF - An undefined node
|
||||
UNDEF,
|
||||
|
||||
// EXTRACT_ELEMENT - This is used to get the first or second (determined by
|
||||
// a Constant, which is required to be operand #1), element of the aggregate
|
||||
// value specified as operand #0. This is only for use before legalization,
|
||||
|
Reference in New Issue
Block a user