[PATCH] D96910: [RISCV] Add support for fixed vector sign/zero extend from mask types.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 01:41:40 PST 2021


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

In D96910#2570960 <https://reviews.llvm.org/D96910#2570960>, @craig.topper wrote:

> I must have added that before I fixed the RV32 behavior. Not sure why I didn’t see the error unless I forgot to run check-llvm after running the update script.

I had the same issue the other day (which sadly I only noticed after pushing). I was wondering if I'd forgotten to rebuild `FileCheck` or something.

The changes themselves LGTM though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96910



More information about the llvm-commits mailing list