[llvm] [VFABI] Improve VFABI unit tests (PR #73907)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 00:51:44 PST 2024
================
@@ -61,40 +61,31 @@ class VFABIParserTest : public ::testing::Test {
// use to create the function in the module if it differs from the
// standard mangled name.
//
- // \p IRType -> FunctionType string to be used for the signature of
+ // \p STy -> FunctionType string to be used for the signature of
// the vector function. The correct signature is needed by the
// parser only for scalable functions. For the sake of testing, the
// generic fixed-length case can use as signature `void()`.
----------------
paschalis-mpeis wrote:
#76855 addresses this.
https://github.com/llvm/llvm-project/pull/73907
More information about the llvm-commits
mailing list