[llvm] [BPF] Allow libcalls behind a feature gate (PR #168442)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 09:33:08 PST 2025


================
@@ -1196,3 +1198,18 @@ bool BPFTargetLowering::isLegalAddressingMode(const DataLayout &DL,
 
   return true;
 }
+
+bool BPFTargetLowering::shouldSignExtendTypeInLibCall(Type *Ty,
----------------
arsenm wrote:

This is a separate change 

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


More information about the llvm-commits mailing list