[PATCH] D134854: [DAG] Update `isKnownNeverNaN` for `FMA/FMAD`

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 05:26:54 PDT 2022


Pierre-vh added a comment.

I did some tries but I can't get a DAG combine to involve FMA/FMAD in DAGISel that's affected by this change (I tried both on AArch64 and AMDGPU). Any idea of how I can write such a test and what the expected output should be?
The only combine I found involving this function only works if `-enable-no-signed-zeros-fp-math` is used


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134854/new/

https://reviews.llvm.org/D134854



More information about the llvm-commits mailing list