[llvm] [ARM] Mark function calls as possibly changing FPSCR (PR #160699)

Erik Enikeev via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 07:59:30 PDT 2025


================
@@ -0,0 +1,13 @@
+; RUN: llc -mtriple aarch64-none-linux-gnu -stop-after=finalize-isel %s -o - | FileCheck %s
----------------
Varnike wrote:

Yes, this test should definitely use arm triple. It was taken from an AArch64 test set, and I forgot to update its contents. Thanks for noticing.

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


More information about the llvm-commits mailing list