https://bugs.kde.org/show_bug.cgi?id=399287
--- Comment #2 from Julian Seward <jsew...@acm.org> --- Well, I can reproduce this, and I see why it fails. The thing is, I'm not sure why you'd want to generate this instruction in the first place. It ignores its operands and returns "true" in each lane (that is, 4 lanes of 0xFFFFFFFF). V handles these comparisons ok in the case where it really is actually a comparison. But for these always-true/always-false cases, I can't think of a quick fix. You might want to have a look at findSSECmpOp() in guest_amd64_toIR.c; VCMPTRUEPS is the missing case 0xF. -- You are receiving this mail because: You are watching all bug changes.