[llvm] [CodeGen] More consistently expand float ops by default (PR #150597)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 02:31:31 PDT 2025


================
@@ -0,0 +1,125 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=powerpc64le < %s | FileCheck %s
+
+define void @test(ptr %p1, ptr %p2) {
----------------
arsenm wrote:

```suggestion
define void @test(ptr %p1, ptr %p2) nounwind {
```

Remove CFI noise 

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


More information about the llvm-commits mailing list