[PATCH] D105423: Add support for Opaque as a LowLevelType
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 02:48:31 PDT 2021
pmatos created this revision.
pmatos added a reviewer: tlively.
Herald added subscribers: dexonsmith, sunfish, hiraditya, dschuff.
pmatos requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
Opaque values can be stored in memory with the implemention of
reference types in the WebAssembly backend. Since MachineMemOperand
uses LLTs we need to be able to support opaque types in LLTs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105423
Files:
llvm/include/llvm/Support/LowLevelTypeImpl.h
llvm/lib/CodeGen/MachineOperand.cpp
llvm/lib/Support/LowLevelType.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105423.356457.patch
Type: text/x-patch
Size: 9148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210705/3e4c386e/attachment.bin>
More information about the llvm-commits
mailing list