[PATCH] D22590: Improve virtual register handling when computing debug information
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 12:59:09 PDT 2016
dschuff added a comment.
OK I looked a little more wrt tests. The problem with MIR in this case is that `DbgValueHistoryCalculator` isn't a pass, it's just part of the AsmPrinter pass, which isn't really set up for MIR testing (e.g. for use with `llc -run-pass` etc). Maybe we should just add a regular wasm codegen test? It's not quite ideal since this is target-independent code, but it would cover this, and it could still be pretty simple.
https://reviews.llvm.org/D22590
More information about the llvm-commits
mailing list