[llvm] ValueTracking: Treat poison more aggressively in computeKnownFPClass (PR #87990)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 17:33:00 PDT 2024


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

LGTM, with the note that there is a pre-existing bug in the code below, which incorrectly skips UndefValue rather than PoisonValue in constant vectors.

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


More information about the llvm-commits mailing list