mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
859cc77963
commit
794bfed25d
@ -6201,8 +6201,8 @@ X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
|
||||
return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
|
||||
}
|
||||
// ptest intrinsics. The intrinsic these come from are designed to return
|
||||
// a boolean value, not just an instruction so lower it to the ptest
|
||||
// pattern and a conditional move to the result.
|
||||
// an integer value, not just an instruction so lower it to the ptest
|
||||
// pattern and a setcc for the result.
|
||||
case Intrinsic::x86_sse41_ptestz:
|
||||
case Intrinsic::x86_sse41_ptestc:
|
||||
case Intrinsic::x86_sse41_ptestnzc:{
|
||||
|
Loading…
x
Reference in New Issue
Block a user