This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Update test cases for D106939.
AbandonedPublic

Authored by HsiangKai on Jul 28 2021, 7:26 PM.

Diff Detail

Event Timeline

HsiangKai created this revision.Jul 28 2021, 7:26 PM
HsiangKai requested review of this revision.Jul 28 2021, 7:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 7:26 PM
Herald added a subscriber: MaskRay. · View Herald Transcript

Update test cases.

HsiangKai updated this revision to Diff 362921.Jul 29 2021, 4:33 PM

Update test cases.

I think the ret alias is tripping up this last test.

This still leaves mu for vcompress and vmv.s.x. Do you plan to fix those?

llvm/test/CodeGen/RISCV/rvv/vmv.s.x-rv32.ll
231

Doesn't need to be fixed in this patch, but this should be ma

This still leaves mu for vcompress and vmv.s.x. Do you plan to fix those?

vcompress and vmv.s.x are exceptions of the rule in D106939.
How about to add a new flag for masked instructions?

HsiangKai abandoned this revision.Dec 16 2021, 12:23 AM