[llvm] [BranchFolding] Add an option to tail merge only bbs without successors (PR #101969)

Vladimir Radosavljevic via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 01:03:17 PDT 2024


================
@@ -0,0 +1,64 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=riscv32 -O3 -tail-merge-only-bbs-without-succ=true -verify-machineinstrs < %s \
----------------
vladimirradosavljevic wrote:

Removed these two options.

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


More information about the llvm-commits mailing list