[all-commits] [llvm/llvm-project] 484b4f: [WebAssembly][NFC] Refactor table handling in WebA...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Jul 5 21:18:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 484b4f3579808386b6b9314be1e841ffe3d769a6
https://github.com/llvm/llvm-project/commit/484b4f3579808386b6b9314be1e841ffe3d769a6
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).
This relands 8ccc7e0aa461 (which had compilation errors).
More information about the All-commits
mailing list