Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4390 | It can't be incorrect, this can only improve precision. It's hard to get these right without relevant queries wired up |
Paths
| Differential D148549
ValueTracking: Implement computeKnownFPClass for log ClosedPublic Authored by arsenm on Apr 17 2023, 11:17 AM.
Details
Diff Detail Event Timelinefoad added inline comments. This revision is now accepted and ready to land.Apr 25 2023, 6:03 AM
Revision Contents
Diff 516744 llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/Attributor/nofpclass-log.ll
|
Blindly propagating InterestedClasses seems wrong again. E.g. if InterestedClasses contains fcNegInf then the value you pass down should contain fcZero.