mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
GlobalISel: Add comment to clarify G_BUILD_VECTOR
llvm-svn: 351428
This commit is contained in:
parent
afd1f8cb4f
commit
416efa3eb6
@ -689,7 +689,9 @@ def G_MERGE_VALUES : GenericInstruction {
|
||||
let hasSideEffects = 0;
|
||||
}
|
||||
|
||||
/// Create a vector from multiple scalar registers.
|
||||
/// Create a vector from multiple scalar registers. No implicit
|
||||
/// conversion is performed (i.e. the result element type must be the
|
||||
/// same as all source operands)
|
||||
def G_BUILD_VECTOR : GenericInstruction {
|
||||
let OutOperandList = (outs type0:$dst);
|
||||
let InOperandList = (ins type1:$src0, variable_ops);
|
||||
|
Loading…
x
Reference in New Issue
Block a user