[PATCH] D117753: [AArch64] Support for memset tagged intrinsic
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 02:36:12 PST 2022
SjoerdMeijer added inline comments.
================
Comment at: clang/test/CodeGen/aarch64-mops.c:3
+
+// RUN: %clang_cc1 -triple aarch64-arm-unknown-eabi -target-feature +mops -S -emit-llvm -o - %s | FileCheck %s
+
----------------
I forgot if we add negative tests for these things, i.e. check if we error if we don't have `+mops` or `__ARM_FEATURE_MOPS` set? I guess so?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117753/new/
https://reviews.llvm.org/D117753
More information about the cfe-commits
mailing list