This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix predicates on zvbb patterns
ClosedPublic

Authored by luke on Jul 14 2023, 10:05 AM.

Details

Summary

The zvbb extension predicate was getting overwritten by the vtype predicates.
There's no change in the tests though because the ISD nodes were getting
expanded before instruction selection.

Diff Detail

Event Timeline

luke created this revision.Jul 14 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 10:05 AM
luke requested review of this revision.Jul 14 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 10:05 AM
This revision is now accepted and ready to land.Jul 14 2023, 10:09 AM
This revision was automatically updated to reflect the committed changes.