For some reason this exposes a problem in reg_sequence expansion
of some of the 64-bit patterns. Instructions with an implicit
def of scc have both node results added to the REG_SEQUENCE
operands, which assert later due to having the wrong number of
operands. Workaround this by using a COPY to extract the first
node result.
Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail