Fix for https://llvm.org/bugs/show_bug.cgi?id=24715
Boolean flag Changed in GVN::performPRE(Function &F) is not correctly updated.
Details
Details
- Reviewers
mehdi_amini
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
Looking a related code, it looks like we're failing to consider the
return value of the same function at it's other call site. Any interest
in fixing that too?
Philip