[llvm] r286407 - GlobalISel: translate invoke and landingpad instructions

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 17:29:27 PST 2016


Thanks!

> On Nov 14, 2016, at 3:01 PM, Tim Northover <tnorthover at apple.com> wrote:
> 
> On 10 Nov 2016, at 15:06, Quentin Colombet <qcolombet at apple.com> wrote:
>>> +    } else if (DstTy.isScalar() && DstTy.getSizeInBits() <= 32) {
>> 
>> This change seems unrelated to EH support.
> 
> Sorry about that, it slipped through my checks. I've committed a test in r286903. Still working on your comment about making the PHI selection generic, I haven't forgotten!
> 
> Tim.



More information about the llvm-commits mailing list