[PATCH] D118199: [AArch64] ACLE feature macro for Armv8.8-A MOPS

Momchil Velikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 1 09:46:51 PST 2022


chill added a comment.

In D118199#3287636 <https://reviews.llvm.org/D118199#3287636>, @chill wrote:

> I suppose `clang/test/CodeGen/aarch64-mops.c` needs to be run with `clang -march=armv8-a+mops+memtag` (not `clang_cc1`) so it picks up declarations of tagging intrinsics from `arm_acle.h`.

Uhm, scratch that.

For checking diagnostics, `clang_cc1 --verify`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118199/new/

https://reviews.llvm.org/D118199



More information about the cfe-commits mailing list