================
@@ -0,0 +1,21 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=sccp -S %s | FileCheck %s
+
+define dso_local float @test_ieee() #0 {
----------------
nikic wrote:
Drop dso_local.
https://github.com/llvm/llvm-project/pull/100831