[llvm] [RISCV] Bugfix for FCLASS incorrect regbankselect (PR #118021)

Luke Quinn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 10:33:53 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):
----------------
lquinn2015 wrote:

Yeah no problem 

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


More information about the llvm-commits mailing list