[llvm] [MachineSink] Check predecessor/successor relationship between two basic blocks involved in critical edge splitting (PR #98540)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 09:56:55 PDT 2024


================
@@ -0,0 +1,36 @@
+; RUN: llc < %s
----------------
mshockwave wrote:

Despite the fact that this test is checking whether llc crashes, I would prefer using FileCheck + UTC (Update Test Check) to check against the output just like other codegen tests, for the sake of uniformity.

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


More information about the llvm-commits mailing list