[llvm] [RISCV] Remove feature implication from TuneSiFive7. (PR #100694)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 22:44:31 PDT 2024
================
@@ -1370,9 +1370,7 @@ def HasConditionalMoveFusion : Predicate<"Subtarget->hasConditionalMoveFusion()"
def NoConditionalMoveFusion : Predicate<"!Subtarget->hasConditionalMoveFusion()">;
def TuneSiFive7 : SubtargetFeature<"sifive7", "RISCVProcFamily", "SiFive7",
- "SiFive 7-Series processors",
- [TuneNoDefaultUnroll,
- TuneShortForwardBranchOpt]>;
+ "SiFive 7-Series processors">;
----------------
topperc wrote:
I thought we were using it for vectorizer cost model, but maybe we haven't added the x280 specific tunings there yet? @arcbbb
https://github.com/llvm/llvm-project/pull/100694
More information about the llvm-commits
mailing list