[PATCH] D31625: [SDAG] Fix CombineTo ordering in visitZERO_EXTEND and visitSIGN_EXTEND
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 08:01:10 PDT 2017
jmolloy added a comment.
You're still checking the entire codegen output for this function. That's not what this test is about; this doesn't add any value, all it does is add maintenance burden.
Can the test be reduced at all?
I think, at least for this case, I respectfully disagree with Chandler and don't see the utility in adding FileCheck lines.
James
https://reviews.llvm.org/D31625
More information about the llvm-commits
mailing list