[PATCH] D87691: [EarlyCSE] Small refactoring changes, NFC

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 02:23:15 PDT 2020


fhahn added a comment.

I think it looks like this patch is causing EarlyCSE to crash with expensive checks enabled: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/17662/consoleFull#-261651283a1ca8a51-895e-46c6-af87-ce24fa4cd561. This commit is the only CSE/MemorySSA related change in the build that started crashing.

It would be great if you could take a look or revert if it takes longer to fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87691/new/

https://reviews.llvm.org/D87691



More information about the llvm-commits mailing list