[PATCH] D110831: [RISCV] Add undisturbed version of unmasked intrinsics.
Zakk Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 28 19:59:09 PST 2021
khchen requested changes to this revision.
khchen added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:1832
+ def _VM # "_" # m.MX # "_TU" : VPseudoUnaryAnyMaskTU<m.vrclass, m.vrclass>,
+ Sched<[WriteVCompressV, ReadVCompressV, ReadVCompressV]>;
}
----------------
you need to add parentheses to update VLMul for _TU version pseduoInst.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110831/new/
https://reviews.llvm.org/D110831
More information about the llvm-commits
mailing list