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