search for: getsetccresult

Displaying 1 result from an estimated 1 matches for "getsetccresult".

2013 Feb 28
0
[LLVMdev] getSetCC
We have is a problem in getSetCCResult(), which we overload because we support setCC for vectors. However, where other targets can get away with merely converting the EVT that gets passed to getSetCCResult() to an integer type (which EVT conveniently provides a method to do), we need to convert to int AND promote to i32 (or, in some cas...