This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][test] Precommit test for D122791.
ClosedPublic

Authored by jacquesguan on Apr 7 2022, 11:50 PM.

Diff Detail

Event Timeline

jacquesguan created this revision.Apr 7 2022, 11:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 11:50 PM
jacquesguan requested review of this revision.Apr 7 2022, 11:50 PM
RKSimon added inline comments.May 1 2022, 8:32 AM
llvm/test/CodeGen/RISCV/rvv/vand-sdnode.ll
1355

you can probably remove the cfi noise by changing these to:

define <vscale x 8 x i64> @vand_xx_nxv8i64(i64 %a, i64 %b) nounwind {
llvm/test/CodeGen/RISCV/rvv/vmul-sdnode.ll
4

Extra attributes or better to have extra RUN lines with/without +m?

Address comment.

jacquesguan marked 2 inline comments as done.Jul 7 2022, 2:12 AM
jacquesguan added inline comments.
llvm/test/CodeGen/RISCV/rvv/vand-sdnode.ll
1355

Done, thanks.

llvm/test/CodeGen/RISCV/rvv/vmul-sdnode.ll
4

Done, thanks.

RKSimon accepted this revision.Jul 9 2022, 5:00 AM

LGTM

This revision is now accepted and ready to land.Jul 9 2022, 5:00 AM
This revision was landed with ongoing or failed builds.Jul 18 2022, 8:09 PM
This revision was automatically updated to reflect the committed changes.
jacquesguan marked 2 inline comments as done.