[clang] [llvm] [IR] Allow fast math flags on fptrunc and fpext (PR #115894)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 11:00:10 PST 2024


================
@@ -42,6 +42,14 @@ entry:
   %f = fneg float %x
 ; CHECK:  %f_vec = fneg <3 x float> %vec
   %f_vec = fneg <3 x float> %vec
+; CHECK: %g = fpext float %x to double
----------------
arsenm wrote:

Needs bitcode compatibility test 

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


More information about the cfe-commits mailing list