"mlir/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b5d9a3c92358349d5444ab28de8ab5b2bee33a01"
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Previously, when spilling 64-bit paired registers, an LDMIA with both a FrameIndex and an offset was produced. This kind of instruction shouldn't exist, and the extra operand was being confused with the predicate, causing aborts later on. This removes the invalid 0-offset from the instruction being produced. llvm-svn: 179956
Loading
Please register or sign in to comment