[PATCH] D123296: [llvm][AArch64] Generate getExtensionFeatures from the list of extensions
    Tomas Matheson via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Apr 11 05:34:38 PDT 2022
    
    
  
tmatheson accepted this revision.
tmatheson added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/unittests/Support/TargetParserTest.cpp:1474
   EXPECT_FALSE(AArch64::getExtensionFeatures(AArch64::AEK_INVALID, Features));
   EXPECT_TRUE(!Features.size());
 
----------------
Does this need a similar test for NONE?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123296/new/
https://reviews.llvm.org/D123296
    
    
More information about the cfe-commits
mailing list