This reverts commit 647aff28558b6b1379f0892138059b403192512a.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think 210f61cbddeddac47b347db072d674ee142520f6 needs to be reverted as well, otherwise llvm/test/CodeGen/ARM/copy-by-struct-i32.ll fails for me:
llvm/test/CodeGen/ARM/copy-by-struct-i32.ll:43:18: error: ASSEMBLY-NEXT: is not on the line after the previous match ; ASSEMBLY-NEXT: .LBB0_1: @ %entry ^ <stdin>:55:1: note: 'next' match was here .LBB0_1: @ %entry ^ <stdin>:53:14: note: previous match ended here movw r4, #72 ^ <stdin>:54:1: note: non-matching line after previous match is here movt r4, #0 ^