[llvm-commits] [PATCH] PowerPC: More support for Altivec compare operations

Adhemerval Zanella azanella at linux.vnet.ibm.com
Wed Oct 24 11:48:12 PDT 2012


Will,

The llvm_unreachable (...) is a define to llvm_unreachable_internal (lib/Support/ErrorHandling.cpp) 
and it does not accepts a vararg as argument. It means to construct a more elaborate errors message
I'll need to code its construction. And since it is something wrong with the compiler itself and
one will have to attach a debugger to check what it is wrong, I'm not compelling to add these kind 
of logic.

> I see six "Invalid vector type with conditional code" string within
> getVCMPInst().   Can these be updated to indicate which case we are in?
> i.e. "Invalid vector type with conditional code (ISD::SETUNE) " 
>




More information about the llvm-commits mailing list