[llvm] [GlobalISel] replace right identity X * -1.0 with fneg(x) (PR #80526)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 07:56:19 PST 2024


tschuett wrote:

A miscompile is caused by ordering issues:
https://github.com/llvm/llvm-project/issues/78383
Nonetheless, I would expect UNDEF and catching misbeviour be executed/registered before optimizations.

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


More information about the llvm-commits mailing list