1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/CodeGen
Sander de Smalen 58e4673769 [CodeGen][SVE] Don't drop scalable flag in DAGCombiner::visitEXTRACT_SUBVECTOR
There was a rogue 'assert' in AArch64ISelLowering for the tuple.get intrinsics,
that shouldn't really have been there (I suspect this was a remnant from when
we expected the wider vector always to have come from a vector CONCAT).

When I tried to create a more minimal reproducer, I found a bug in
DAGCombiner where it drops the scalable flag when trying to fold:

      extract_subv (bitcast X), Index --> bitcast (extract_subv X, Index')

This patch fixes both issues.

Reviewers: david-arm, efriedma, spatel

Reviewed By: efriedma

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D82910
2020-07-02 10:16:43 +01:00
..
AsmPrinter This patch adds basic debug info support with basic block sections. 2020-07-01 23:53:00 -07:00
GlobalISel [CodeGen][SVE] Don't drop scalable flag in DAGCombiner::visitEXTRACT_SUBVECTOR 2020-07-02 10:16:43 +01:00
MIRParser [MC] Change MCCFIInstruction::createDefCfaOffset to cfiDefCfaOffset which does not negate Offset 2020-05-22 17:07:11 -07:00
SelectionDAG [CodeGen][SVE] Don't drop scalable flag in DAGCombiner::visitEXTRACT_SUBVECTOR 2020-07-02 10:16:43 +01:00
AggressiveAntiDepBreaker.cpp AggressiveAntiDepBreaker.cpp - remove headers explicitly included in AggressiveAntiDepBreaker.h. NFC. 2020-05-16 15:00:56 +01:00
AggressiveAntiDepBreaker.h [AntidepBreaker] Move AntiDepBreaker to include folder. 2020-04-14 11:40:57 -07:00
AllocationOrder.cpp
AllocationOrder.h AllocationOrder.h - split MCRegisterInfo.h include. NFC. 2020-04-24 18:42:43 +01:00
Analysis.cpp [CodeGen] Enable tail call position check for speculatable functions 2020-06-03 10:37:45 -05:00
AtomicExpandPass.cpp [Alignment][NFC] Migrate AtomicExpandPass to Align 2020-06-30 09:54:45 +00:00
BasicTargetTransformInfo.cpp
BBSectionsPrepare.cpp [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
BranchFolding.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
BranchFolding.h [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
BranchRelaxation.cpp MachineBasicBlock::updateTerminator now requires an explicit layout successor. 2020-06-06 22:30:51 -04:00
BreakFalseDeps.cpp [BreakFalseDeps] Harden pickBestRegisterForUndef against changing tied operands or physical registers that aren't renamable. 2020-05-09 15:37:31 -07:00
BuiltinGCs.cpp
CalcSpillWeights.cpp
CallingConvLower.cpp [Alignment][NFC] Deprecate dead code from CallingConvLower.h 2020-06-08 14:49:39 +00:00
CFGuardLongjmp.cpp
CFIInstrInserter.cpp [CFIInstrInserter] Delete unneeded checks 2020-05-23 14:13:31 -07:00
CMakeLists.txt [SafeStack,NFC] Move SafeStackColoring code 2020-06-17 01:07:47 -07:00
CodeGen.cpp Re-land [Codegen/Statepoint] Allow usage of registers for non gc deopt values. 2020-04-10 10:13:39 +07:00
CodeGenPrepare.cpp CodeGenPrepare.cpp - remove unused IntrinsicsX86.h header. NFC. 2020-06-25 14:22:19 +01:00
CommandFlags.cpp [xray] Option to omit the function index 2020-06-17 13:49:01 -04:00
CriticalAntiDepBreaker.cpp CriticalAntiDepBreaker.cpp - remove includes directly defined in CriticalAntiDepBreaker.h header. NFC. 2020-05-30 14:32:36 +01:00
CriticalAntiDepBreaker.h [AntidepBreaker] Move AntiDepBreaker to include folder. 2020-04-14 11:40:57 -07:00
DeadMachineInstructionElim.cpp
DetectDeadLanes.cpp
DFAPacketizer.cpp
DwarfEHPrepare.cpp [DwarfEHPrepare] Don't prune unreachable resumes at optnone 2020-05-23 20:58:01 +02:00
EarlyIfConversion.cpp
EdgeBundles.cpp CodeGen/EdgeBundles - move Twine.h include down into EdgeBundles.cpp. NFC. 2020-04-11 12:21:04 +01:00
ExecutionDomainFix.cpp
ExpandMemCmp.cpp TargetLowering.h - remove unnecessary TargetMachine.h include. NFC 2020-05-23 19:49:38 +01:00
ExpandPostRAPseudos.cpp
ExpandReductions.cpp Clean up usages of asserting vector getters in Type 2020-04-10 14:53:43 -07:00
FaultMaps.cpp
FEntryInserter.cpp
FinalizeISel.cpp
FixupStatepointCallerSaved.cpp [Alignment][NFC] Migrate MachineFrameInfo::CreateSpillStackObject to Align 2020-07-01 08:49:28 +00:00
FuncletLayout.cpp
GCMetadata.cpp
GCMetadataPrinter.cpp
GCRootLowering.cpp [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
GCStrategy.cpp
GlobalMerge.cpp [Alignment][NFC] migrate DataLayout::getPreferredAlignment 2020-06-29 11:24:36 +00:00
HardwareLoops.cpp Local.h - reduce includes to forward declarations. NFC. 2020-06-24 19:27:37 +01:00
IfConversion.cpp [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
ImplicitNullChecks.cpp
IndirectBrExpandPass.cpp
InlineSpiller.cpp [NFC] fix diagnostic 2020-06-30 21:49:01 -07:00
InterferenceCache.cpp
InterferenceCache.h Fix violations of [basic.class.scope]p2. 2020-06-01 22:03:05 -07:00
InterleavedAccessPass.cpp Clean up usages of asserting vector getters in Type 2020-04-10 14:53:43 -07:00
InterleavedLoadCombinePass.cpp [Alignment][NFC] Migrate TTI::getInterleavedMemoryOpCost to Align 2020-06-26 11:00:53 +00:00
IntrinsicLowering.cpp [FPEnv] Intrinsic llvm.roundeven 2020-05-26 19:24:58 +07:00
LatencyPriorityQueue.cpp
LazyMachineBlockFrequencyInfo.cpp
LexicalScopes.cpp [NFC] Fix quadratic LexicalScopes::constructScopeNest 2020-06-08 18:40:56 +01:00
LiveDebugValues.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
LiveDebugVariables.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
LiveDebugVariables.h RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
LiveInterval.cpp
LiveIntervalCalc.cpp LiveIntervalCalc - remove unnecessary includes. NFC. 2020-05-08 14:57:35 +01:00
LiveIntervals.cpp [LiveIntervals] Fix early-clobber handling in handleMoveUp 2020-06-19 10:17:04 +01:00
LiveIntervalUnion.cpp
LivePhysRegs.cpp
LiveRangeCalc.cpp Split LiveRangeCalc in LiveRangeCalc/LiveIntervalCalc. NFC 2020-04-10 11:26:21 -07:00
LiveRangeEdit.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
LiveRangeShrink.cpp [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions 2020-06-22 16:01:12 +01:00
LiveRangeUtils.h
LiveRegMatrix.cpp
LiveRegUnits.cpp
LiveStacks.cpp
LiveVariables.cpp [LiveVariables] Don't set undef reg PHI used as live for FromMBB 2020-06-03 15:25:30 +00:00
LLVMBuild.txt
LLVMTargetMachine.cpp
LocalStackSlotAllocation.cpp [Alignment][NFC] Transition to MachineFrameInfo::getObjectAlign() 2020-04-01 14:08:28 +00:00
LoopTraversal.cpp
LowerEmuTLS.cpp [Alignment][NFC] Transition and simplify calls to DL::getABITypeAlignment 2020-07-01 14:31:56 +00:00
LowLevelType.cpp
MachineBasicBlock.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
MachineBlockFrequencyInfo.cpp
MachineBlockPlacement.cpp [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
MachineBranchProbabilityInfo.cpp
MachineCombiner.cpp [PowerPC] fma chain break to expose more ILP 2020-06-15 00:00:04 -04:00
MachineCopyPropagation.cpp [NFCI][MachineCopyPropagation] invalidateRegister(): use SmallSet<8> instead of DenseSet. 2020-06-12 23:10:54 +03:00
MachineCSE.cpp [MachineCSE] Don't carry the wrong location when hoisting 2020-04-06 16:36:22 -07:00
MachineDebugify.cpp [MachineDebugify] Insert synthetic DBG_VALUE instructions 2020-04-22 17:03:39 -07:00
MachineDominanceFrontier.cpp
MachineDominators.cpp
MachineFrameInfo.cpp Revert accidentally landed patch citing o build errors 2020-06-28 11:52:33 +00:00
MachineFunction.cpp [MachineVerifier] Add TiedOpsRewritten flag to fix verify two-address error 2020-06-09 07:39:42 +00:00
MachineFunctionPass.cpp
MachineFunctionPrinterPass.cpp
MachineInstr.cpp [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions 2020-06-22 16:01:12 +01:00
MachineInstrBundle.cpp CodeGen: Use Register in MachineInstrBuilder 2020-04-08 17:03:53 -04:00
MachineLICM.cpp [MachineLICM] Assert that locations from debug insts are not lost 2020-05-28 13:53:40 -07:00
MachineLoopInfo.cpp Revert "Include static prof data when collecting loop BBs" 2020-03-24 09:41:16 -07:00
MachineLoopUtils.cpp [CodeGen] Fix a simple FIXME. NFC. 2020-04-09 10:54:03 +01:00
MachineModuleInfo.cpp Allow MachineFunction to obtain non-const Function (to enable MIR-level debugify) 2020-04-06 15:19:21 -07:00
MachineModuleInfoImpls.cpp
MachineOperand.cpp [MIR] Fix CFI_INSTRUCTION escape printing 2020-06-24 18:15:28 -04:00
MachineOptimizationRemarkEmitter.cpp
MachineOutliner.cpp [Outliner] Set nounwind for outlined functions 2020-07-01 17:18:34 +01:00
MachinePipeliner.cpp [MachinePipeliner] Add ORE for MachinePipeliner 2020-05-05 16:04:53 +00:00
MachinePostDominators.cpp
MachineRegionInfo.cpp
MachineRegisterInfo.cpp [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions 2020-06-22 16:01:12 +01:00
MachineScheduler.cpp [AMDGPU/MemOpsCluster] Compute width for MIMG instruction class. 2020-06-23 17:32:17 +05:30
MachineSink.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
MachineSizeOpts.cpp
MachineSSAUpdater.cpp CodeGen: Use Register in MachineSSAUpdater 2020-04-08 14:29:01 -04:00
MachineStripDebug.cpp Don't accidentally create MachineFunctions in mir-debugify/mir-strip-debugify 2020-04-17 14:28:41 -07:00
MachineTraceMetrics.cpp
MachineVerifier.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
MacroFusion.cpp
MBFIWrapper.cpp
MIRCanonicalizerPass.cpp
MIRNamerPass.cpp
MIRPrinter.cpp Add NoMerge MIFlag to avoid MIR branch folding 2020-05-29 12:31:06 -07:00
MIRPrintingPass.cpp
MIRVRegNamerUtils.cpp [llvm][MIRVRegNamer] Avoid collisions across jump table indices. 2020-04-22 14:58:44 -04:00
MIRVRegNamerUtils.h MIRVRegNamerUtils.h - remove unnecessary includes. NFC. 2020-04-20 15:59:39 +01:00
ModuloSchedule.cpp [ModuloSchedule] Make PeelingModuloScheduleExpander inheritable. 2020-06-30 15:56:13 -07:00
NonRelocatableStringpool.cpp
OptimizePHIs.cpp
ParallelCG.cpp
PatchableFunction.cpp
PeepholeOptimizer.cpp [AArch64InstrInfo] Ignore debug insts in areCFlagsAccessedBetweenInstrs [7/14] 2020-04-22 17:03:40 -07:00
PHIElimination.cpp
PHIEliminationUtils.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
PHIEliminationUtils.h
PostRAHazardRecognizer.cpp
PostRASchedulerList.cpp [AntidepBreaker] Move AntiDepBreaker to include folder. 2020-04-14 11:40:57 -07:00
PreISelIntrinsicLowering.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
ProcessImplicitDefs.cpp
PrologEpilogInserter.cpp [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions 2020-06-22 16:01:12 +01:00
PseudoSourceValue.cpp Revert rG5c4b4a62256876 "PseudoSourceValue.h - reduce GlobalValue.h include to forward declaration. NFC." 2020-04-29 16:12:19 +01:00
RDFGraph.cpp
RDFLiveness.cpp
RDFRegisters.cpp
ReachingDefAnalysis.cpp [ARM][LowOverheadLoops] Handle reductions 2020-07-01 08:31:49 +01:00
README.txt
RegAllocBase.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
RegAllocBase.h RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
RegAllocBasic.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
RegAllocFast.cpp [DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructions 2020-06-22 16:01:12 +01:00
RegAllocGreedy.cpp RegAllocGreedy: Use TargetInstrInfo already in the class 2020-07-01 18:58:59 -04:00
RegAllocPBQP.cpp RegAlloc: Start using Register 2020-06-30 12:13:08 -04:00
RegisterClassInfo.cpp
RegisterCoalescer.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
RegisterCoalescer.h
RegisterPressure.cpp [MachineBasicBlock] Add helpers for skipping debug instructions [1/14] 2020-04-22 17:03:39 -07:00
RegisterScavenging.cpp [Alignment][NFC] Transition to MachineFrameInfo::getObjectAlign() 2020-04-01 14:08:28 +00:00
RegisterUsageInfo.cpp
RegUsageInfoCollector.cpp
RegUsageInfoPropagate.cpp [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00
RenameIndependentSubregs.cpp
ResetMachineFunctionPass.cpp
SafeStack.cpp [StackSafety] Add "Must Live" logic 2020-06-18 16:53:37 -07:00
SafeStackLayout.cpp [SafeStack,NFC] Fix names after files move 2020-06-17 01:08:40 -07:00
SafeStackLayout.h [SafeStack,NFC] Fix names after files move 2020-06-17 01:08:40 -07:00
ScalarizeMaskedMemIntrin.cpp [NFC] Replace MaybeAlign with Align in TargetTransformInfo. 2020-05-18 19:25:49 -07:00
ScheduleDAG.cpp [ScheduleDAG] Avoid unnecessary recomputation of topological order. 2020-05-31 11:04:35 +01:00
ScheduleDAGInstrs.cpp LiveIntervals.h.h - reduce AliasAnalysis.h include to forward declaration. NFC. 2020-06-25 14:22:21 +01:00
ScheduleDAGPrinter.cpp
ScoreboardHazardRecognizer.cpp
ShadowStackGCLowering.cpp
ShrinkWrap.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
SjLjEHPrepare.cpp StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
SlotIndexes.cpp [LiveIntervals] Replace handleMoveIntoBundle 2020-04-16 19:58:19 +09:00
SpillPlacement.cpp
SpillPlacement.h
SplitKit.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
SplitKit.h Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
StackColoring.cpp [StackColoring] When remapping alloca's move the To alloca if the From alloca is before it. 2020-05-19 10:37:27 -07:00
StackMapLivenessAnalysis.cpp
StackMaps.cpp
StackProtector.cpp
StackSlotColoring.cpp [Alignment][NFC] Transition to MachineFrameInfo::getObjectAlign() 2020-04-01 14:08:28 +00:00
SwiftErrorValueTracking.cpp [CallSite removal][CodeGen] Use CallBase instead of ImmutableCallSite in SwiftErrorValueTracking. NFC 2020-04-13 00:19:27 -07:00
SwitchLoweringUtils.cpp TargetLowering.h - remove unnecessary TargetMachine.h include. NFC 2020-05-23 19:49:38 +01:00
TailDuplication.cpp
TailDuplicator.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
TargetFrameLoweringImpl.cpp TargetFrameLowering.h - remove unnecessary includes. NFC. 2020-06-03 11:12:42 +01:00
TargetInstrInfo.cpp Change the INLINEASM_BR MachineInstr to be a non-terminating instruction. 2020-07-01 12:51:50 -04:00
TargetLoweringBase.cpp [Alignment][NFC] TargetLowering::allowsMemoryAccessForAlignment 2020-06-30 15:31:24 +00:00
TargetLoweringObjectFileImpl.cpp [Alignment][NFC] migrate DataLayout::getPreferredAlignment 2020-06-29 11:24:36 +00:00
TargetOptionsImpl.cpp
TargetPassConfig.cpp [TargetPassConfig] Add CanonicalizeFreezeInLoops before LSR 2020-05-28 05:21:12 +09:00
TargetRegisterInfo.cpp CodeGen: More conversions to use Register 2020-04-07 18:54:36 -04:00
TargetSchedule.cpp
TargetSubtargetInfo.cpp
TwoAddressInstructionPass.cpp [MachineVerifier] Add TiedOpsRewritten flag to fix verify two-address error 2020-06-09 07:39:42 +00:00
TypePromotion.cpp TargetLowering.h - remove unnecessary TargetMachine.h include. NFC 2020-05-23 19:49:38 +01:00
UnreachableBlockElim.cpp [NFC] Clean up uses of MachineModuleInfoWrapperPass 2020-07-01 09:45:05 -07:00
ValueTypes.cpp [MVT] Add new MVT types for RISC-V vector. 2020-07-01 01:07:50 +08:00
VirtRegMap.cpp [Alignment][NFC] Use more Align versions of various functions 2020-04-02 09:00:53 +00:00
WasmEHPrepare.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
WinEHPrepare.cpp EHPersonalities.h - reduce Triple.h include to forward declaration. NFC. 2020-06-06 15:48:31 +01:00
XRayInstrumentation.cpp

//===---------------------------------------------------------------------===//

Common register allocation / spilling problem:

        mul lr, r4, lr
        str lr, [sp, #+52]
        ldr lr, [r1, #+32]
        sxth r3, r3
        ldr r4, [sp, #+52]
        mla r4, r3, lr, r4

can be:

        mul lr, r4, lr
        mov r4, lr
        str lr, [sp, #+52]
        ldr lr, [r1, #+32]
        sxth r3, r3
        mla r4, r3, lr, r4

and then "merge" mul and mov:

        mul r4, r4, lr
        str r4, [sp, #+52]
        ldr lr, [r1, #+32]
        sxth r3, r3
        mla r4, r3, lr, r4

It also increase the likelihood the store may become dead.

//===---------------------------------------------------------------------===//

bb27 ...
        ...
        %reg1037 = ADDri %reg1039, 1
        %reg1038 = ADDrs %reg1032, %reg1039, %noreg, 10
    Successors according to CFG: 0x8b03bf0 (#5)

bb76 (0x8b03bf0, LLVM BB @0x8b032d0, ID#5):
    Predecessors according to CFG: 0x8b0c5f0 (#3) 0x8b0a7c0 (#4)
        %reg1039 = PHI %reg1070, mbb<bb76.outer,0x8b0c5f0>, %reg1037, mbb<bb27,0x8b0a7c0>

Note ADDri is not a two-address instruction. However, its result %reg1037 is an
operand of the PHI node in bb76 and its operand %reg1039 is the result of the
PHI node. We should treat it as a two-address code and make sure the ADDri is
scheduled after any node that reads %reg1039.

//===---------------------------------------------------------------------===//

Use local info (i.e. register scavenger) to assign it a free register to allow
reuse:
        ldr r3, [sp, #+4]
        add r3, r3, #3
        ldr r2, [sp, #+8]
        add r2, r2, #2
        ldr r1, [sp, #+4]  <==
        add r1, r1, #1
        ldr r0, [sp, #+4]
        add r0, r0, #2

//===---------------------------------------------------------------------===//

LLVM aggressively lift CSE out of loop. Sometimes this can be negative side-
effects:

R1 = X + 4
R2 = X + 7
R3 = X + 15

loop:
load [i + R1]
...
load [i + R2]
...
load [i + R3]

Suppose there is high register pressure, R1, R2, R3, can be spilled. We need
to implement proper re-materialization to handle this:

R1 = X + 4
R2 = X + 7
R3 = X + 15

loop:
R1 = X + 4  @ re-materialized
load [i + R1]
...
R2 = X + 7 @ re-materialized
load [i + R2]
...
R3 = X + 15 @ re-materialized
load [i + R3]

Furthermore, with re-association, we can enable sharing:

R1 = X + 4
R2 = X + 7
R3 = X + 15

loop:
T = i + X
load [T + 4]
...
load [T + 7]
...
load [T + 15]
//===---------------------------------------------------------------------===//

It's not always a good idea to choose rematerialization over spilling. If all
the load / store instructions would be folded then spilling is cheaper because
it won't require new live intervals / registers. See 2003-05-31-LongShifts for
an example.

//===---------------------------------------------------------------------===//

With a copying garbage collector, derived pointers must not be retained across
collector safe points; the collector could move the objects and invalidate the
derived pointer. This is bad enough in the first place, but safe points can
crop up unpredictably. Consider:

        %array = load { i32, [0 x %obj] }** %array_addr
        %nth_el = getelementptr { i32, [0 x %obj] }* %array, i32 0, i32 %n
        %old = load %obj** %nth_el
        %z = div i64 %x, %y
        store %obj* %new, %obj** %nth_el

If the i64 division is lowered to a libcall, then a safe point will (must)
appear for the call site. If a collection occurs, %array and %nth_el no longer
point into the correct object.

The fix for this is to copy address calculations so that dependent pointers
are never live across safe point boundaries. But the loads cannot be copied
like this if there was an intervening store, so may be hard to get right.

Only a concurrent mutator can trigger a collection at the libcall safe point.
So single-threaded programs do not have this requirement, even with a copying
collector. Still, LLVM optimizations would probably undo a front-end's careful
work.

//===---------------------------------------------------------------------===//

The ocaml frametable structure supports liveness information. It would be good
to support it.

//===---------------------------------------------------------------------===//

The FIXME in ComputeCommonTailLength in BranchFolding.cpp needs to be
revisited. The check is there to work around a misuse of directives in inline
assembly.

//===---------------------------------------------------------------------===//

It would be good to detect collector/target compatibility instead of silently
doing the wrong thing.

//===---------------------------------------------------------------------===//

It would be really nice to be able to write patterns in .td files for copies,
which would eliminate a bunch of explicit predicates on them (e.g. no side
effects).  Once this is in place, it would be even better to have tblgen
synthesize the various copy insertion/inspection methods in TargetInstrInfo.

//===---------------------------------------------------------------------===//

Stack coloring improvements:

1. Do proper LiveStacks analysis on all stack objects including those which are
   not spill slots.
2. Reorder objects to fill in gaps between objects.
   e.g. 4, 1, <gap>, 4, 1, 1, 1, <gap>, 4 => 4, 1, 1, 1, 1, 4, 4

//===---------------------------------------------------------------------===//

The scheduler should be able to sort nearby instructions by their address. For
example, in an expanded memset sequence it's not uncommon to see code like this:

  movl $0, 4(%rdi)
  movl $0, 8(%rdi)
  movl $0, 12(%rdi)
  movl $0, 0(%rdi)

Each of the stores is independent, and the scheduler is currently making an
arbitrary decision about the order.

//===---------------------------------------------------------------------===//

Another opportunitiy in this code is that the $0 could be moved to a register:

  movl $0, 4(%rdi)
  movl $0, 8(%rdi)
  movl $0, 12(%rdi)
  movl $0, 0(%rdi)

This would save substantial code size, especially for longer sequences like
this. It would be easy to have a rule telling isel to avoid matching MOV32mi
if the immediate has more than some fixed number of uses. It's more involved
to teach the register allocator how to do late folding to recover from
excessive register pressure.