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

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 01:47:18 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:

I don't have an explanation for changes in this test. Does this look fine?


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


More information about the llvm-commits mailing list