[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:57:07 PDT 2024


================
@@ -186,7 +186,7 @@ class SiFive7AnyToGPRBypass<SchedRead read, int cycles = 2>
                                  WriteBEXT, WriteBEXTI,
                                  WriteCLZ, WriteCLZ32, WriteCTZ, WriteCTZ32,
                                  WriteCPOP, WriteCPOP32,
-                                 WriteREV8, WriteORCB, WriteSFB,
+                                 WriteREV8, WriteORCB, ReadIMinMax, WriteSFB,
----------------
michaelmaitland wrote:

Fixed. I pushed by accident and forced pushed right after.

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


More information about the llvm-commits mailing list