[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
Wed Jul 30 06:01:55 PDT 2025


================
@@ -0,0 +1,11 @@
+  .global main
+  .type main, %function
+main:
+        pushq   %rbp
+        movq    %rsp, %rbp
+        hlt
+        movl    $0x0, %eax
+        popq    %rbp
----------------
Jianghibo wrote:

done.

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


More information about the llvm-commits mailing list