[PATCH] D86843: [EarlyCSE] Equivalent SELECTs should hash equally
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 20:31:32 PDT 2020
hliao added a comment.
Basically, the logic is wrong as we only canonicalize the condition and operands in the select. But, we also need to inverse the flavor to match the original logic. The original change plus inversing flavor is committed in 41e68f7ee7b <https://reviews.llvm.org/rG41e68f7ee7b3bb33e9acb0502339a858806e8523>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86843/new/
https://reviews.llvm.org/D86843
More information about the llvm-commits
mailing list