[llvm] [SelectionDAG] Not issue TRAP node if naked function (PR #132147)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 13:09:38 PDT 2025


================
@@ -4497,6 +4497,9 @@ class UnreachableInst : public Instruction {
     return isa<Instruction>(V) && classof(cast<Instruction>(V));
   }
 
+  // Whether to do target lowering in SelectionDAG.
+  bool allowISelLowering(bool TrapUnreachable, bool NoTrapAfterNoreturn) const;
----------------
yonghong-song wrote:

Okay. Will change the func name as suggested.

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


More information about the llvm-commits mailing list