[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:54:45 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:
Ah, sorry, I didn't see you were using two slashes.
https://github.com/llvm/llvm-project/pull/168442
More information about the llvm-commits
mailing list