[llvm] [VFABI] Improve VFABI unit tests (PR #73907)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 01:55:21 PST 2023


================
@@ -44,10 +46,11 @@ class VFABIParserTest : public ::testing::Test {
   FunctionCallee F;
 
 protected:
-  // Referencies to the parser output field.
+  // References to the parser output field.
   ElementCount &VF = Info.Shape.VF;
   VFISAKind &ISA = Info.ISA;
   SmallVector<VFParameter, 8> &Parameters = Info.Shape.Parameters;
----------------
paschalis-mpeis wrote:

Yes, renaming `Parameters` to `VecFuncParamaters` would be more clear.

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


More information about the llvm-commits mailing list