[PATCH] D36539: [NewGVN] Add command-line option to control the generation of phi-of-ops. NFC.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 13:17:29 PDT 2017


dberlin added a comment.

I think where i come down on this is:  disabled by default , and  modify the existing test arguments to enable it, so that you don't have to xfail or modify a ton of tests :)
(then when it's fixed we can just remove the test arguments again).
But i'm also not opposed to doing the test updating.


https://reviews.llvm.org/D36539





More information about the llvm-commits mailing list