As we addressed all compilation time problems with GVN-hoist
https://llvm.org/bugs/show_bug.cgi?id=28670
this patch turns GVN-hoist back by default.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Would you mind putting test/Feature/optnone-opt.ll back as it was before r276479? That would put the pass back in the group where it belongs. (And incidentally prove that the pass is enabled by default.)
Comment Actions
Cherry-picked your previous patch in:
https://reviews.llvm.org/rL277688
Thanks for your review!