[llvm] [SPARC] Change `half` to use soft promotion rather than `PromoteFloat` (PR #152727)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 8 07:25:42 PDT 2025


================
@@ -0,0 +1,805 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+
+; RUN: llc %s -o - -mtriple=sparc-unknown-linux-gnu   | FileCheck %s --check-prefixes=SPARC32
+; RUN: llc %s -o - -mtriple=sparc64-unknown-linux-gnu | FileCheck %s --check-prefixes=SPARC64
----------------
nikic wrote:

Can also use `--check-prefixes=CHECK,SPARC32,V8` and `--check-prefixes=CHECK,SPARC32,V9` for the cases where v8 and v9 are the same.

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


More information about the llvm-commits mailing list