[llvm] [RISCV] Enable bidirectional postra scheduling (PR #115864)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 19:18:35 PST 2024


================
@@ -1438,6 +1438,20 @@ def TunePreferWInst
     : SubtargetFeature<"prefer-w-inst", "PreferWInst", "true",
                        "Prefer instructions with W suffix">;
 
+let SetMaxValue = false in {
----------------
wangpc-pp wrote:

Good idea! I forgot about TuneInfo. Thanks!

https://github.com/llvm/llvm-project/pull/115864


More information about the llvm-commits mailing list