[PATCH] D25318: [DAG] Don't increase SDNodeOrder for dbg.value/declare.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 02:26:35 PST 2016


fhahn added a comment.

I've uploaded two test cases in https://reviews.llvm.org/D27261, one with checks for AArch64 and one with checks for X86. I think it would be good to use those, as the test code in this review wasn't problementic on Aarch64. ideally we would have a general test that checks that all produced assembler instructions are equal, but I don't think there's a way to do that with FileCheck (and without pulling in other tools as dependency for the test).


https://reviews.llvm.org/D25318





More information about the llvm-commits mailing list