[llvm] [VFABI] Improve VFABI unit tests (PR #73907)
Maciej Gabka via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 01:47:31 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;
+ size_t ScalarParametersNum;
----------------
mgabka wrote:
i think would be good to initialise it to 0 here
https://github.com/llvm/llvm-project/pull/73907
More information about the llvm-commits
mailing list