Diff Detail
Event Timeline
llvm/include/llvm/Analysis/ValueTracking.h | ||
---|---|---|
230 | Would "LookThroughAbsForLHS" be a more specific name for this argument? |
llvm/include/llvm/Analysis/ValueTracking.h | ||
---|---|---|
230 | The point is to exactly report the same incoming value, and fabs is more specific about what it's doing. This could perform other tricks by looking at fneg and fcopysign in the future |
I am not familiar enough to assess whether this covers everything. But as far as I can see, the implementation does what is promised. Might want to wait for comments from other reviewers.
llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
---|---|---|
10309 | This one got dropped since it didn't do anything in the previous patch. Which one would be better? |
Would "LookThroughAbsForLHS" be a more specific name for this argument?