[PATCH] D119926: [Clang][AArch64] Enable _Float16 _Complex type

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 16 03:03:13 PST 2022


fhahn added a reviewer: aaron.ballman.
fhahn added inline comments.


================
Comment at: clang/test/CodeGen/aarch64-complex-half-math.c:1
+// RUN: %clang_cc1 %s -O1 -emit-llvm -triple aarch64-unknown-unknown -ffast-math -o - | FileCheck %s --check-prefix=AARCH64
+
----------------
peterwaller-arm wrote:
> Can these test outputs be autogenerated with update_cc_test_checks.py?
Do the tests need to depend on LLVM optimizations? In general this is undesirable as it  makes them more fragile if things change on the LLVM side.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119926



More information about the cfe-commits mailing list