[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:45 PDT 2025
================
@@ -740,6 +740,9 @@ class MCPlusBuilder {
return false;
}
+ /// Return true if the hlt instruction is defind as terminator
+ virtual bool isTerminatorHLT(const MCInst &Inst) const { return false; }
----------------
Jianghibo wrote:
done.
https://github.com/llvm/llvm-project/pull/150963
More information about the llvm-commits
mailing list