mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Update the comment on scalar to vector to be a bit more clear.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
337c213c18
commit
a95afe2b5f
@ -309,8 +309,8 @@ namespace ISD {
|
||||
VECTOR_SHUFFLE,
|
||||
|
||||
/// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
|
||||
/// scalar value into the low element of the resultant vector type. The top
|
||||
/// elements of the vector are undefined.
|
||||
/// scalar value into element 0 of the resultant vector type. The top
|
||||
/// elements 1 to N-1 of the N-element vector are undefined.
|
||||
SCALAR_TO_VECTOR,
|
||||
|
||||
// EXTRACT_SUBREG - This node is used to extract a sub-register value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user