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

Lucas Ste via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 08:53:28 PST 2025


================
@@ -163,6 +165,14 @@ class BPFTargetLowering : public TargetLowering {
   MachineBasicBlock *
   EmitInstrWithCustomInserterLDimm64(MachineInstr &MI,
                                      MachineBasicBlock *BB) const;
+
+  /// Returns true if arguments should be sign-extended in lib calls.
----------------
LucasSte wrote:

Did I miss anything or is your suggestion the same thing as what I wrote there already?

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


More information about the llvm-commits mailing list