diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/swift-vldm.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/swift-vldm.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/swift-vldm.ll b/llvm/test/CodeGen/ARM/swift-vldm.ll index ca237927ff1..9e507279fa0 100644 --- a/llvm/test/CodeGen/ARM/swift-vldm.ll +++ b/llvm/test/CodeGen/ARM/swift-vldm.ll @@ -15,11 +15,11 @@ entry: %addr1 = getelementptr double, double * %x, i32 1 %addr2 = getelementptr double, double * %x, i32 2 %addr3 = getelementptr double, double * %x, i32 3 - %d0 = load double * %y - %d1 = load double * %x - %d2 = load double * %addr1 - %d3 = load double * %addr2 - %d4 = load double * %addr3 + %d0 = load double , double * %y + %d1 = load double , double * %x + %d2 = load double , double * %addr1 + %d3 = load double , double * %addr2 + %d4 = load double , double * %addr3 ; We are trying to force x[0-3] in registers d1 to d4 so that we can test we ; don't form a "vldmia rX, {d1, d2, d3, d4}". ; We are relying on the calling convention and that register allocation |