[PATCH] D106512: [RISCV] Remove the _COMMUTABLE and _TA versions of FMA and wide FMA vector instructions.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 01:52:35 PDT 2021
frasercrmck added inline comments.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h:79
HasVLOpMask = 1 << HasVLOpShift,
+
+ HasVecPolicyOpShift = HasVLOpShift + 1,
----------------
Oh, maybe this could be commented as the others are.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106512/new/
https://reviews.llvm.org/D106512
More information about the llvm-commits
mailing list