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

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 15:01:51 PST 2016


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