[all-commits] [llvm/llvm-project] ef9df0: [ARM] Simplify ArchGuard predicates in arm_neon.h.

David Green via All-commits all-commits at lists.llvm.org
Mon Aug 1 00:20:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef9df0dc000c2c294398ab6fe13533d967dc29cd
      https://github.com/llvm/llvm-project/commit/ef9df0dc000c2c294398ab6fe13533d967dc29cd
  Author: David Green <david.green at arm.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M clang/include/clang/Basic/arm_neon.td

  Log Message:
  -----------
  [ARM] Simplify ArchGuard predicates in arm_neon.h.

__ARM_ARCH >= 8 is implied by defined(__aarch64__), so we don't need to
guard against both together.




More information about the All-commits mailing list