Dylan McKay b6377293f2 [AVR] Set trackLivenessAfterRegAlloc
This sets trackLivenessAfterRegAlloc on AVRRegisterInfo.

Most existing targets set this flag. Without it, specific IR inputs
cause LLVM to fail with:

Assertion failed: (getParent()->getProperties().hasProperty( MachineFunctionProperties::Property::TracksLiveness) &&
                   "Liveness information is accurate"), function livein_begin
file MachineBasicBlock.cpp, line 1354.

With this commit, this no longer happens.

Patch by Peter Nimmervoll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334409 91177308-0d34-0410-b5e6-96231b3b80d8
2018-06-11 14:46:48 +00:00
..
2017-07-23 23:39:11 +00:00
2017-07-11 04:45:15 +00:00
2016-12-10 12:08:19 +00:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.