Heads up: regalloc fix

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 16:47:40 PST 2017


Hi,

I just fixed a (silly) bug related to subregister allocation in r296722.

It's an obvious fix and a clear improvement. However as it is in the core of the register allocator it affects a lot of inputs, so you may want to keep an eye out for secondary effects on subregister liveness enabled targets.

- Matthias


More information about the llvm-commits mailing list