[PATCH] D86843: [EarlyCSE] Equivalent SELECTs should hash equally

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 23:19:29 PDT 2020


lebedev.ri added a reviewer: lebedev.ri.
lebedev.ri added a comment.

Two comments:

1. As a preparatory patch, we should adjust every test that uses EarlyCSE to also specify `-earlycse-debug-hash`, at least to those where it doesn't result in an assertion
2. This should be adding a test, either to a existing file, or to the new one, with `-earlycse-debug-hash`.


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