[clang] [llvm] [ARM] enable FENV_ACCESS pragma support for hard-float targets (PR #137101)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 09:48:06 PST 2025
================
@@ -0,0 +1,1515 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=arm-none-eabi -mcpu=cortex-a55 %s -disable-strictnode-mutation -o - | FileCheck %s --check-prefixes=CHECK
----------------
davemgreen wrote:
Remove -mcpu=cortex-a55 and add -mattr=+neon+etc. And remove -disable-strictnode-mutation now?
Can remove --check-prefixes=CHECK too.
https://github.com/llvm/llvm-project/pull/137101
More information about the llvm-commits
mailing list