[llvm] [Arm64EC] Add support for `half` (PR #152843)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 10 23:17:53 PDT 2025


================
@@ -47,6 +46,9 @@
 ; RUN: %if xcore-registered-target       %{ llc %s -o - -mtriple=xcore-unknown-unknown           | FileCheck %s --check-prefixes=ALL,CHECK %}
 ; RUN: %if xtensa-registered-target      %{ llc %s -o - -mtriple=xtensa-none-elf                 | FileCheck %s --check-prefixes=ALL,CHECK %}
 
+; Note that arm64ec labels don't have a `:` so use `EC`, other tests do need the
+; `:` so directives with the function names don't get treated as labels.
----------------
efriedma-quic wrote:

The labels do have a colon, it's just obscured by the quotes around the symbol name.

https://github.com/llvm/llvm-project/pull/152843


More information about the llvm-commits mailing list