[clang] [CIR] Upstream minimal builtin function call support (PR #142981)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 5 11:54:29 PDT 2025


================
@@ -47,6 +47,10 @@ class CIRGenFunction : public CIRGenTypeCache {
   /// is where the next operations will be introduced.
   CIRGenBuilderTy &builder;
 
+  /// Largest vector width used in ths function. Will be used to create a
----------------
erichkeane wrote:

```suggestion
  /// Largest vector width used in this function. Will be used to create a
```

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


More information about the cfe-commits mailing list