[PATCH] D138905: [AArch64] add missing Armv8.9-A -> Armv9.4-A equivalence test

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 03:27:23 PST 2022


stuij created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
stuij requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138905

Files:
  llvm/unittests/Support/TargetParserTest.cpp


Index: llvm/unittests/Support/TargetParserTest.cpp
===================================================================
--- llvm/unittests/Support/TargetParserTest.cpp
+++ llvm/unittests/Support/TargetParserTest.cpp
@@ -1713,6 +1713,8 @@
               AArch64::convertV9toV8(AArch64::ArchKind::ARMV9_2A));
   EXPECT_EQ(AArch64::ArchKind::ARMV8_8A,
               AArch64::convertV9toV8(AArch64::ArchKind::ARMV9_3A));
+  EXPECT_EQ(AArch64::ArchKind::ARMV8_9A,
+              AArch64::convertV9toV8(AArch64::ArchKind::ARMV9_4A));
 }
 
 TEST(TargetParserTest, AArch64ArchExtFeature) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138905.478503.patch
Type: text/x-patch
Size: 582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/3d9614de/attachment.bin>


More information about the llvm-commits mailing list