[llvm] [DirectX] remove string function attribute DXIL not allowed (PR #90778)
Joshua Batista via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 13:41:51 PDT 2024
================
@@ -19,8 +19,8 @@ define float @fma2(float %0, float %1, float %2) #1 {
ret float %5
}
-; CHECK: attributes #0 = { nounwind readnone "disable-tail-calls"="false" }
+; CHECK: attributes #0 = { nounwind readnone }
----------------
bob80905 wrote:
Should there be a test case where fp32-denorm-mode, for example, is NOT removed?
https://github.com/llvm/llvm-project/pull/90778
More information about the llvm-commits
mailing list