[llvm] [AMDGPU] Fix lowering of canonicalize when amdgpu-ieee is disabled (PR #175867)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 03:20:30 PDT 2026


================

----------------
jayfoad wrote:

The only way to make it less fragile is to add a predicate to the regular fcanonicalize -> v_max patterns, so that they are only used when it is safe to do so.

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


More information about the llvm-commits mailing list