[llvm] [RISCV] Model integer min max instructions from Zbb execute in late-B ALU in SiFive7 (PR #85131)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 15:22:00 PDT 2024
================
@@ -1041,6 +1044,7 @@ def : SiFive7AnyToGPRBypass<ReadCTZ32>;
def : ReadAdvance<ReadCPOP, 0>;
def : ReadAdvance<ReadCPOP32, 0>;
def : SiFive7AnyToGPRBypass<ReadORCB>;
+def : SiFive7AnyToGPRBypass<ReadIMinMax>;
----------------
topperc wrote:
Need to add WriteIMinMax to the list in SiFive7AnyToGPRBypass
https://github.com/llvm/llvm-project/pull/85131
More information about the llvm-commits
mailing list