llvm-leg icon indicating copy to clipboard operation
llvm-leg copied to clipboard

39 merge

Open jchlanda opened this issue 8 years ago • 5 comments

This PR brings llvm-leg to release_39 of llvm (https://github.com/llvm-mirror/llvm/tree/release_39/).

jchlanda avatar Aug 06 '16 17:08 jchlanda

@pasaulais Want to help take a look?

frasercrmck avatar Aug 07 '16 11:08 frasercrmck

In LEGInstrInfo::expandPostRAPseudo, should the new instruction be assigned to &MI?

pasaulais avatar Aug 07 '16 19:08 pasaulais

@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.

jchlanda avatar Aug 23 '16 18:08 jchlanda

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.

frasercrmck avatar Oct 16 '16 13:10 frasercrmck

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?

frasercrmck avatar Oct 16 '16 13:10 frasercrmck