[llvm] [RISCV] Move ActiveElementsAffectResult to TSFlags. NFC (PR #101123)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 21:59:29 PDT 2024
================
@@ -171,6 +174,12 @@ static inline bool hasRoundModeOp(uint64_t TSFlags) {
/// \returns true if this instruction uses vxrm
static inline bool usesVXRM(uint64_t TSFlags) { return TSFlags & UsesVXRMMask; }
+/// \returns true if the result in each element depends on the active elements
----------------
topperc wrote:
Is the scalar result of vcpop/vfirst considered an "element"?
https://github.com/llvm/llvm-project/pull/101123
More information about the llvm-commits
mailing list