[PATCH] D127681: [RISCV] Disable matchSplatAsGather for i1 vectors to prevent creating illegal nodes.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 12:29:08 PDT 2022
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM
Minor comments:
- "promote to i1" - I think you meant i8.
- Is this a broader problem for other types? e.g. is this a missing legality check on the VGATHER node?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127681/new/
https://reviews.llvm.org/D127681
More information about the llvm-commits
mailing list