[PATCH] D86843: [EarlyCSE] Equivalent SELECTs should hash equally
Bryan Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 11:12:02 PDT 2020
bryanpkc 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 "
----------------
lebedev.ri wrote:
> Not for this patch, but i think we clearly should change the default.
Oh, that makes sense.
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