[PATCH] D151730: [WIP][RISCV] Support target attribute for function
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 09:33:38 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/test/CodeGen/RISCV/riscv-func-attr-target.c:1
+// REQUIRES: riscv-registered-target
+// RUN: %clang -target riscv64 -march=rv64g -S %s -o - | FileCheck %s
----------------
No test for tune=?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151730/new/
https://reviews.llvm.org/D151730
More information about the cfe-commits
mailing list