"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "835ae423006a7fd49ef3454709233832feedf99d"
Handle REG_SEQUENCE with implicitly defined operands.
Code like that would only be produced by bugpoint, but we should still handle it correctly. When a register is defined by a REG_SEQUENCE of undefs, the register itself is undef. Previously, we would create a register with uses but no defs. Fixes part of PR10520. llvm-svn: 136401
Loading
Please register or sign in to comment