[llvm] r297871 - ARM: avoid clobbering register in v6 jump-table expansion.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 12:11:41 PDT 2017


On 30 May 2017, at 11:56, Matthias Braun <mbraun at apple.com> wrote:
> Why did you sneak the NoVRegs property back in to .mir files?

It was unintentional. I didn’t realise it was supposed to be inferred and I assume something in the test went wrong without it (I don’t remember what, I’m afraid). The natural first step if some MIR isn’t roundtripping is to add in the missing field.

I’ll look into it and see if I can work out why things were going wrong.

Tim.


More information about the llvm-commits mailing list