[PATCH] D116939: [AArch64] clang support for Armv8.8/9.3 HBC

Son Tuan Vu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 07:05:58 PST 2022


tyb0807 created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
tyb0807 requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

This introduces clang command line support for new Armv8.8-A and
Armv9.3-A Hinted Conditional Branches instructions.

Change-Id: I2291f8127da671aa31cf68d08ff6cacd9f01e354


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116939

Files:
  clang/lib/Basic/Targets/AArch64.cpp
  clang/lib/Basic/Targets/AArch64.h
  clang/test/Driver/aarch64-hbc.c
  llvm/include/llvm/Support/AArch64TargetParser.def
  llvm/include/llvm/Support/AArch64TargetParser.h
  llvm/lib/Support/AArch64TargetParser.cpp
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116939.398622.patch
Type: text/x-patch
Size: 4884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220110/4cccdcf6/attachment.bin>


More information about the llvm-commits mailing list