D151036 adds an assertions that prohibits iterating over sub- and
super-registers of a null register. This is already the case when
iterating over register units of a null register, and worked by
accident for sub- and super-registers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is a workaround to fix these failures (caused D151036 to be reverted):
https://lab.llvm.org/buildbot/#/builders/38/builds/12037
This patch preserves the behavior, NFCI.
It should probably skip debug instructions instead, but I don't know how to prepare test for that.