https://llvm.org/bugs/show_bug.cgi?id=27434
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from [email protected] --- I've landed the changes for binary and unary operations. I've also gone through and audited the other uses of pushBlockValue. I believe that all of the remaining cases are as precise as they can be. John's patch included a change to recurse on both operands of a binary operation. That has not landed and should probably be discussed elsewhere. @John, I'd really be curious to know what the precision is of the revised code without the binary operator dual recursion bits. If it was easy for you to gather, it'd be an insightful set of numbers. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
