We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713f95 commit 65e202dCopy full SHA for 65e202d
llvm/unittests/Analysis/VectorFunctionABITest.cpp
@@ -22,10 +22,8 @@ namespace {
22
/// given by the string FunctionType.
23
/// 3. The number of vector parameters and their types match the values
24
/// specified in the test.
25
-/// On masked functions, when the VFISAKind is SVE or AdvancedSIMD (NEON) it
26
-/// also checks that the last parameter is a mask (ie, GlobalPredicate).
27
-/// TODO: Other VFISAKinds must add such checks according to their ABI
28
-/// specification.
+/// On masked functions it also checks that the last parameter is a mask (ie,
+/// GlobalPredicate).
29
/// 4. The function is correctly found to have a mask.
30
///
31
class VFABIParserTest : public ::testing::Test {
0 commit comments