[llvm] [RISCV] Bugfix for FCLASS incorrect regbankselect (PR #118021)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 08:57:19 PST 2024
================
@@ -87,13 +87,14 @@ def __call__(self, args, ir):
class Run:
- def __init__(self, prefixes, cmd_args, triple):
+ def __init__(self, prefixes, cmd_args, preprocess_cmd, triple):
----------------
topperc wrote:
Can you split this into a separate commit?
https://github.com/llvm/llvm-project/pull/118021
More information about the llvm-commits
mailing list