Displaying 2 results from an estimated 2 matches for "foldmskicmp_mask_notallzeroes".
2011 Aug 04
3
[LLVMdev] Multiple one-line bugs in LLVM
...----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:505
result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes |
FoldMskICmp_Mask_AllZeroes |
FoldMskICmp_AMask_Mixed |
FoldMskICmp_BMask_Mixed)
: (FoldMskICmp_Mask_NotAllZeroes |
FoldMskICmp_Mask_NotAllZeroes |
FoldMskICmp_AMask_NotMixed |
FoldMskICmp_BMask_NotMixed));
There are identical sub-expressions 'FoldMskICmp_Mask_AllZeroes' and
'FoldMskICmp_Mask_NotAllZeroes' to the lef...
2011 Aug 04
0
[LLVMdev] Multiple one-line bugs in LLVM
...ne/InstCombineAndOrXor.cpp:505
> result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes |
> FoldMskICmp_Mask_AllZeroes |
> FoldMskICmp_AMask_Mixed |
> FoldMskICmp_BMask_Mixed)
> : (FoldMskICmp_Mask_NotAllZeroes |
> FoldMskICmp_Mask_NotAllZeroes |
> FoldMskICmp_AMask_NotMixed |
> FoldMskICmp_BMask_NotMixed));
>
> There are identical sub-expressions 'FoldMskICmp_Mask_AllZeroes' and
> 'FoldMskICmp_M...