[all-commits] [llvm/llvm-project] b2d7a0: [AArch64] Check target feature support for __built...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Sep 26 17:17:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2d7a0dcf1ff1c08cac173f408843a8659c6f3cd
      https://github.com/llvm/llvm-project/commit/b2d7a0dcf1ff1c08cac173f408843a8659c6f3cd
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/test/CodeGen/arm64-crc32.c
    M clang/test/CodeGen/arm_acle.c

  Log Message:
  -----------
  [AArch64] Check target feature support for __builtin_arm_crc*

This is the AArch64 counterpart of D134127.
Daniel Kiss will change more `BUILTIN` to `TARGET_BUILTIN`.

Fix #57802




More information about the All-commits mailing list