rjmccall wrote:

I don't understand what fast-math flags are supposed to mean for loads, phis, 
and selects.  These are not arithmetic operations; they just propagate values.  
If you're trying to implement some kind of rule where fast-math analysis should 
not pass across certain kinds of abstraction, you need to be holistically 
designing the IR around that, not gradually accreting flags onto every opaque 
data instruction.

https://github.com/llvm/llvm-project/pull/105912
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to