[llvm] [BOLT] Not use hlt as split point when build the CFG (PR #150963)
Haibo Jiang via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 07:08:34 PDT 2025
================
@@ -0,0 +1,21 @@
+## Check CFG for halt instruction
+
+# RUN: %clang %cflags %s -static -o %t.exe -nostdlib
+# RUN: llvm-bolt %t.exe --print-cfg -o %t 2>&1 | FileCheck %s --check-prefix=CHECK-CFG
----------------
Jianghibo wrote:
updated
https://github.com/llvm/llvm-project/pull/150963
More information about the llvm-commits
mailing list