This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Check for COPY_TO_REGCLASS in usesAllOnesMask
AbandonedPublic

Authored by luke on Apr 17 2023, 6:13 AM.

Details

Summary

Sometimes with mask vectors that have been widened, there is a
CopyToRegClass node in between the VMSET and the CopyToReg.

Diff Detail