[llvm] [BPF] Allow libcalls behind a feature gate (PR #168442)
Lucas Ste via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 10:00:00 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:
Fixed the comment in the squashed commit.
https://github.com/llvm/llvm-project/pull/168442
More information about the llvm-commits
mailing list