[llvm] [X86][NVPTX][LegalizeDAG] If i16 legal, legalize FABS/FNEG/FCOPYSIGN (f16) with Expand (PR #106153)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 11:16:40 PDT 2024


v01dXYZ wrote:

Indeed, [LangRef](https://llvm.org/docs/LangRef.html#llvm-fabs-intrinsic) clearly mentions the fact that only the bit sign is changed with fabs/fneg/fcopysign but say nothing about that with fpext/fptrunc. 

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


More information about the llvm-commits mailing list