[llvm] ValueTracking: Treat poison more aggressively in computeKnownFPClass (PR #87990)
Joshua Cranmer via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 12:34:23 PDT 2024
https://github.com/jcranmer-intel commented:
Can you add a test for `freeze poison` as well? From looking through the code, it should be the case that it does the right thing already, but having a test makes me feel better that we won't accidentally break it in future changes.
https://github.com/llvm/llvm-project/pull/87990
More information about the llvm-commits
mailing list