[llvm] [NVPTX] Support copysign PTX instruction (PR #107800)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 17:59:34 PDT 2024
AlexMaclean wrote:
Yea it seems like many targets have had to work around this property of FCOPYSIGN nodes. One option would be to update ISel to handle these cases but I went ahead and added a TLI hook to prevent this sort of folding all together. https://github.com/llvm/llvm-project/pull/108125
https://github.com/llvm/llvm-project/pull/107800
More information about the llvm-commits
mailing list