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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 30 11:04:26 PDT 2020


lebedev.ri added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/EarlyCSE.cpp:87
 static cl::opt<bool> EarlyCSEDebugHash(
     "earlycse-debug-hash", cl::init(false), cl::Hidden,
     cl::desc("Perform extra assertion checking to verify that SimpleValue's hash "
----------------
Not for this patch, but i think we clearly should change the default.


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