mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85610 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f192c256c
commit
929ffa2414
@ -2065,7 +2065,7 @@ static SDValue getZeroVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
|
||||
static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
|
||||
assert(VT.isVector() && "Expected a vector type");
|
||||
|
||||
// Always build ones vectors as <16 x i32> or <8 x i32> bitcasted to their
|
||||
// Always build ones vectors as <16 x i8> or <8 x i8> bitcasted to their
|
||||
// dest type. This ensures they get CSE'd.
|
||||
SDValue Vec;
|
||||
SDValue Cst = DAG.getTargetConstant(0xFF, MVT::i8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user