Files
archived-llvm/test/CodeGen/AVR
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-04-19 12:02:52 +00:00
2016-12-31 01:07:14 +00:00
2017-07-11 04:17:13 +00:00
2017-07-11 04:17:13 +00:00
2017-11-24 15:36:43 +00:00
2016-11-09 23:46:52 +00:00
2016-12-30 00:21:56 +00:00
2016-12-31 01:07:14 +00:00
2016-11-09 23:46:52 +00:00
2017-12-09 07:51:43 +00:00