[PATCH] D111062: [RISCV] Rename some assembler mnemonic and intrinsic functions for RVV 1.0.
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 15 07:36:56 PDT 2021
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:1372
+ (VMANDN_MM VR:$vd, VR:$vs2, VR:$vs1), 0>;
+
+def : InstAlias<"vmornot.mm $vd, $vs2, $vs1",
----------------
craig.topper wrote:
> Probably not worth having a blank line between vmandnot and vmornot
This still applies
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111062/new/
https://reviews.llvm.org/D111062
More information about the cfe-commits
mailing list