Displaying 1 result from an estimated 1 matches for "pr12201".
Did you mean:
pr12205
2012 Mar 31
0
[LLVMdev] Help with PR12201
I'm trying to fix PR12201, and would like some advice. Here's what is
happening:
On PPC32 VAARG is custom lowered (in PPCTargetLowering::LowerVAARG) and
can create two ISD::SELECT nodes that use a ISD::SETCC node with a
ISD::SETLT parameter. On PPC, ISD::SELECT is expanded, and here both
of these SELECT nodes are expan...