llvm-leg
llvm-leg copied to clipboard
39 merge
This PR brings llvm-leg to release_39 of llvm (https://github.com/llvm-mirror/llvm/tree/release_39/).
@pasaulais Want to help take a look?
In LEGInstrInfo::expandPostRAPseudo
, should the new instruction be assigned to &MI
?
@pasaulais I don't think so, doesn't BuildMI
take care of that?
In any case this was only an interface change expandPostRAPseudo
used to take MI
as an iterator, so functionality should be the same.
I see quite a few differences between llvm-mirror/release_39
and this branch. Perhaps it's been updated since? I think we need to update this MR.
I think LLVM 3.9 was released September 2nd, but this was created on August 6th. Further complicating the matter is the fact that release_39
has been updated to 3.9.1.
I think we should re-do this MR on the current release_39 branch, which I don't think will update further. What do you think?