[llvm] [Mips] Guard emission of CFI instructions by `MF.needsFrameMoves()` (PR #136108)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 20 20:40:49 PDT 2025


================
@@ -20,7 +20,7 @@ entry:
 ; FIXME: We ought to be able to transform not+bnez -> beqz
 ; GPR:           not      $[[GPRCC]], $[[GPRCC]]
 ; 32-GPR:        bnez     $[[GPRCC]], $BB0_2
-; 64-GPR:        bnezc    $[[GPRCC]], .LBB0_2
+; 64-GPR:        bnez     $[[GPRCC]], .LBB0_2
----------------
s-barannikov wrote:

Sure, I'll investigate.

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


More information about the llvm-commits mailing list