diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2020-03-09 17:24:46 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2020-03-09 17:29:36 -0700 |
commit | a7a37517751ffb0f5529011b4ba96e67fcb27510 (patch) | |
tree | ddb70a880903035d095b2005b017b7aaca95a606 /clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp | |
parent | 77eec38626cb9e796f6cbb108ea9be5ee6e0ce81 (diff) | |
download | llvm-a7a37517751ffb0f5529011b4ba96e67fcb27510.zip llvm-a7a37517751ffb0f5529011b4ba96e67fcb27510.tar.gz llvm-a7a37517751ffb0f5529011b4ba96e67fcb27510.tar.bz2 |
[WebAssembly] Fixed FrameBaseLocal not being set.
Summary:
Fixes: https://bugs.llvm.org/show_bug.cgi?id=44920
WebAssemblyRegColoring may merge the vreg that currently represents
the FrameBase with one representing an argument.
WebAssemblyExplicitLocals picks up the corresponding local when
a vreg is first added to the Reg2Local mapping, except when it is
an argument instruction which are handled separately.
Note that this does not change that vregs representing the FrameBase
may get merged, it is not clear to me that this may have other
effects we may want to avoid?
Reviewers: dschuff
Reviewed By: dschuff
Subscribers: azakai, sbc100, hiraditya, aheejin, sunfish, llvm-commits, jgravelle-google
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75718
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp')
0 files changed, 0 insertions, 0 deletions