[PATCH] D96718: [RISCV] Fix a crash in fixed-length build_vector lowering

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 08:47:31 PST 2021


frasercrmck added a comment.

I tried to refactor `IsVID` into a functional-style `all_of` expression but the combination of `enumerate` and `op_values` seems not to be possible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96718/new/

https://reviews.llvm.org/D96718



More information about the llvm-commits mailing list