[llvm] [WIP][RISCV] Tune flag for fast vrgather.vv (PR #124664)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 22:01:53 PST 2025
================
@@ -490,6 +490,7 @@ def TENSTORRENT_ASCALON_D8 : RISCVProcessorModel<"tt-ascalon-d8",
FeatureUnalignedScalarMem,
FeatureUnalignedVectorMem]),
[TuneNoDefaultUnroll,
+ TuneFastVRGather,
----------------
lukel97 wrote:
Ah ignore my comment, my browser window had truncated the rest of the line, sorry!
https://github.com/llvm/llvm-project/pull/124664
More information about the llvm-commits
mailing list