[llvm] [AMDGPU] Fix legalization of frem(-0.0, y) (PR #70448)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 20:23:44 PST 2023


https://github.com/arsenm approved this pull request.

Pretty sure frem is just generally broken, and this at least fixes one way it's broken. We never wired up OpenCL to use frem for example, so I didn't know anything was actually using this.

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


More information about the llvm-commits mailing list