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

Trevor Gross via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 17:56:27 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.
----------------
tgross35 wrote:

Thanks, combined the labels with regex

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


More information about the llvm-commits mailing list