[PATCH] D49034: [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 15:28:02 PDT 2018
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
otherwise LGTM
================
Comment at: test/DebugInfo/WebAssembly/dbg-value-move.ll:10
+; ModuleID = 'fib.bc'
+source_filename = "fib.c"
+; void swap(int* a, int* b);
----------------
Was this generated with any optimization flags in clang? (maybe just also add the clang command line as well as the sources in these files?)
Repository:
rL LLVM
https://reviews.llvm.org/D49034
More information about the llvm-commits
mailing list