[all-commits] [llvm/llvm-project] 6b9aba: [WebAssembly] Improve pseudocode in LowerEmscripte...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Mon Jul 26 10:13:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b9aba43a2392c307694229261c2be66557b6e88
https://github.com/llvm/llvm-project/commit/6b9aba43a2392c307694229261c2be66557b6e88
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
Log Message:
-----------
[WebAssembly] Improve pseudocode in LowerEmscriptenEHSjLj
Both `__THREW__` and `__threwValue` are global variables, and we have
been distinguishing the global variable `__THREW__` and the loaded value
`%__THREW__.val` in comments but not doing it for `__threwValue`. Made
the pseudocode comments consistent for both variables.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D106524
More information about the All-commits
mailing list