AtariDreams wrote:

We do not need to know how to fold every single possible permutation that comes 
our way, especially if they are so rare that writing compile code optimizing it 
isn't even worth it. We do, however, need to strive to avoid miscompiles 
wherever we can, no matter how esoteric the code is.

Now, this isn't always possible, but in this case, the alternative codepath 
given just bails the transform, which is preferable to folding something that 
should not be.

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

Reply via email to