r181368 - Don't crash in IRGen if a conditional with 'throw' in one of its branches is

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Wed May 8 10:46:17 PDT 2013


Richard Smith <richard-llvm at metafoo.co.uk> wrote:

> --- cfe/trunk/test/CodeGenCXX/throw-expressions.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/throw-expressions.cpp Tue May  7 16:53:22
2013

> +// CHECK: define i32 @_Z5test5bbi(

This fails e.g. on PowerPC64 because there's a "signext" attribute:
define signext i32 @_Z5test5bbi(i1 zeroext %x, i1 zeroext %y, i32 signext
%z)

Maybe the test should use a triple?

Bye,
Ulrich




More information about the cfe-commits mailing list