mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
[X86] Fix 512->256 typo in comments. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22e5a23311
commit
1d04b11927
@ -1536,7 +1536,7 @@ void X86TargetLowering::resetOperationActions() {
|
||||
for (int i = MVT::v32i8; i != MVT::v8i64; ++i) {
|
||||
MVT VT = (MVT::SimpleValueType)i;
|
||||
|
||||
// Do not attempt to promote non-256-bit vectors.
|
||||
// Do not attempt to promote non-512-bit vectors.
|
||||
if (!VT.is512BitVector())
|
||||
continue;
|
||||
|
||||
@ -1567,7 +1567,7 @@ void X86TargetLowering::resetOperationActions() {
|
||||
|
||||
const unsigned EltSize = VT.getVectorElementType().getSizeInBits();
|
||||
|
||||
// Do not attempt to promote non-256-bit vectors.
|
||||
// Do not attempt to promote non-512-bit vectors.
|
||||
if (!VT.is512BitVector())
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user