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

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 11:18:27 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.
----------------
yonghong-song wrote:

Let us do
```
// Returns true if arguments should be sign-extended in lib calls.
```
similar to the comments in previous lines.

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


More information about the llvm-commits mailing list