[all-commits] [llvm/llvm-project] ef9cf8: [WebAssembly][NFC] Delete type checking logic for ...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Mar 22 09:24:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef9cf86eb0ded6f5460f5870bcb90530a7411a60
https://github.com/llvm/llvm-project/commit/ef9cf86eb0ded6f5460f5870bcb90530a7411a60
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
Log Message:
-----------
[WebAssembly][NFC] Delete type checking logic for removed ref.null instruction
D114979 changed the textual formal of ref.null - dropping ref.null in
favour of ref.null_extern and ref.null_func. Therefore, the type checker
no longer needs logic to handle "ref.null".
Differential Revision: https://reviews.llvm.org/D122123
More information about the All-commits
mailing list