[PATCH] D73581: [WebAssembly] Preserve debug frame base information through register coloring
Yury Delendik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 14:08:33 PST 2020
yurydelendik added a comment.
In D73581#1845884 <https://reviews.llvm.org/D73581#1845884>, @dschuff wrote:
> I'll go ahead and land this to reduce the number of cases where we crash; but I'd be interested in hearing if @yurydelendik has found any cases that were asserting before that this fixes, or if any of the wasm subscribers have other opinions.
Disabling frame base register in some hard cases is the right approach. I did not see any such crashes/cases yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73581/new/
https://reviews.llvm.org/D73581
More information about the llvm-commits
mailing list