[clang] [llvm] [ARM] enable FENV_ACCESS pragma support for hard-float targets (PR #137101)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 30 19:34:51 PST 2025
================
@@ -0,0 +1,1571 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=armv7a-- -mattr=+neon,+vfp4 %s -o - | FileCheck %s
----------------
davemgreen wrote:
Sorry - that was a typo and should have been `armv7a-none-eabihf`.
https://github.com/llvm/llvm-project/pull/137101
More information about the cfe-commits
mailing list