[llvm] [Xtensa] Implement base CallConvention. (PR #83280)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 17:12:08 PDT 2024


================
@@ -23,5 +24,139 @@
 
 using namespace llvm;
 
+static inline const MachineInstrBuilder &
----------------
s-barannikov wrote:

```suggestion
static const MachineInstrBuilder &
```

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


More information about the llvm-commits mailing list