[llvm] [BranchFolding][RISCV] Optimize branches NE/EQ to zero or one (PR #131684)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 09:00:49 PDT 2025
================
@@ -115,6 +115,7 @@
; CHECK-NEXT: MachinePostDominator Tree Construction
; CHECK-NEXT: Machine Cycle Info Analysis
; CHECK-NEXT: Machine code sinking
+; CHECK-NEXT: MachineDominator Tree Construction
----------------
michaelmaitland wrote:
I think I resolved it. Pushing now.
https://github.com/llvm/llvm-project/pull/131684
More information about the llvm-commits
mailing list