llvm-project/llvm/test/CodeGen
Dylan McKay b224d98594 [AVR] Fix bug which caused assertion errors for some FRMIDX instructions
Previously, if a basic block ended with a FRMIDX instruction, we would
end up doing something like this.

*std::next(MBB.end())

Which would hit an error:

"Assertion `!NodePtr->isKnownSentinel()' failed."

llvm-svn: 307057
2017-07-04 04:40:06 +00:00
..
AArch64 [ORE] Add diagnostics hotness threshold 2017-06-30 23:14:53 +00:00
AMDGPU Revert r307026, "[AMDGPU] Switch scalarize global loads ON by default" 2017-07-04 02:14:18 +00:00
ARM Remove the default ARMSubtarget from the ARM TargetMachine. 2017-07-01 03:41:53 +00:00
AVR [AVR] Fix bug which caused assertion errors for some FRMIDX instructions 2017-07-04 04:40:06 +00:00
BPF Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset" 2017-06-30 12:56:02 +00:00
Generic [SystemZ] Fix trap issue and enable expensive checks. 2017-06-23 14:30:46 +00:00
Hexagon [Hexagon] Implement frame pointer elimination with -fomit-frame-pointer 2017-06-30 21:21:40 +00:00
Inputs
Lanai CodeGen: Rename DEBUG_TYPE to match passnames 2017-05-25 21:26:32 +00:00
MIR AMDGPU: Add operand target flags serialization 2017-07-02 23:21:48 +00:00
MSP430 Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset" 2017-06-30 12:56:02 +00:00
Mips Revert "[mips] Fix multiprecision arithmetic." 2017-06-29 20:59:47 +00:00
NVPTX Recommit "r306541 - Add zero-length check to memcpy/memset load store loop expansion"" 2017-07-01 03:24:10 +00:00
Nios2 [Nios2] Target registration 2017-05-29 09:48:30 +00:00
PowerPC [PowerPC] auto-generate check lines; NFC 2017-06-30 19:20:54 +00:00
SPARC [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) 2017-06-21 20:36:32 +00:00
SystemZ [SystemZ] Fix missing emergency spill slot corner case 2017-06-26 16:50:32 +00:00
Thumb [NFC] Use stdin for some tests instead of positional argument. 2017-06-29 14:51:54 +00:00
Thumb2 [ARM] Improve if-conversion for M-class CPUs without branch predictors 2017-06-28 14:11:15 +00:00
WebAssembly [WebAssembly] Add support for exception handling instructions 2017-06-30 00:43:15 +00:00
WinEH
X86 [legalize-types] Clean up softening machinery. 2017-07-04 01:08:55 +00:00
XCore AsmPrinter: mark the beginning and the end of a function in verbose mode 2017-05-23 21:22:16 +00:00