[all-commits] [llvm/llvm-project] 8ccc7e: [WebAssembly][NFC] Refactor table handling in WebA...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Jul 5 20:58:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ccc7e0aa461350bce02d70669c11f4a5e300ee7
https://github.com/llvm/llvm-project/commit/8ccc7e0aa461350bce02d70669c11f4a5e300ee7
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp
Log Message:
-----------
[WebAssembly][NFC] Refactor table handling in WebAssembly::wasmSymbolSetType
Use the isExternRefType and isFuncRefType helpers rather than
reimplementing that logic in this function (which acts as a blocker to
work to prototype alternative IR-level representations of reference
types).
More information about the All-commits
mailing list