mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
fix typos in comments; NFC
llvm-svn: 308127
This commit is contained in:
parent
a45f824308
commit
fefa37bba8
@ -885,7 +885,7 @@ CCAssignFn *AMDGPUCallLowering::CCAssignFnForReturn(CallingConv::ID CC,
|
||||
|
||||
/// When the SelectionDAGBuilder computes the Ins, it takes care of splitting
|
||||
/// input values across multiple registers. Each item in the Ins array
|
||||
/// represents a single value that will be stored in regsters. Ins[x].VT is
|
||||
/// represents a single value that will be stored in registers. Ins[x].VT is
|
||||
/// the value type of the value that will be stored in the register, so
|
||||
/// whatever SDNode we lower the argument to needs to be this type.
|
||||
///
|
||||
|
@ -1208,7 +1208,7 @@ bool AMDGPUOperand::isInlinableImm(MVT type) const {
|
||||
}
|
||||
|
||||
bool AMDGPUOperand::isLiteralImm(MVT type) const {
|
||||
// Check that this imediate can be added as literal
|
||||
// Check that this immediate can be added as literal
|
||||
if (!isImmTy(ImmTyNone)) {
|
||||
return false;
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
/// instructions and register-to-register moves. It would
|
||||
/// seem like cmov(s) would also be affected, but because of the way cmov is
|
||||
/// really implemented by most machines as reading both the destination and
|
||||
/// and source regsters, and then "merging" the two based on a condition,
|
||||
/// and source registers, and then "merging" the two based on a condition,
|
||||
/// it really already should be considered as having a true dependence on the
|
||||
/// destination register as well.
|
||||
///
|
||||
|
@ -8,7 +8,7 @@
|
||||
; CHECK-NEXT: OR_INT
|
||||
|
||||
; FIXME: For some reason having the allocas here allowed the flatten cfg pass
|
||||
; to do its transfomation, however now that we are using local memory for
|
||||
; to do its transformation, however now that we are using local memory for
|
||||
; allocas, the transformation isn't happening.
|
||||
|
||||
define amdgpu_kernel void @_Z9chk1D_512v() #0 {
|
||||
|
@ -5,7 +5,7 @@
|
||||
; then merge if-regions with the same bodies.
|
||||
|
||||
; FIXME: For some reason having the allocas here allowed the flatten cfg pass
|
||||
; to do its transfomation, however now that we are using local memory for
|
||||
; to do its transformation, however now that we are using local memory for
|
||||
; allocas, the transformation isn't happening.
|
||||
; XFAIL: *
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user