diff options
author | Patrick Holland <pholland2@apple.com> | 2021-06-16 15:53:00 -0700 |
---|---|---|
committer | Patrick Holland <pholland2@apple.com> | 2021-06-17 11:52:43 -0700 |
commit | dc11d4e6be2455e666319e01bc1c79a3ba750fbf (patch) | |
tree | 6b4ba9b2c8a98acc4bd00634b108b44f27a45e84 /llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp | |
parent | 758633f92226ad25c9007a8a05f01cb848b97ab8 (diff) | |
download | llvm-dc11d4e6be2455e666319e01bc1c79a3ba750fbf.zip llvm-dc11d4e6be2455e666319e01bc1c79a3ba750fbf.tar.gz llvm-dc11d4e6be2455e666319e01bc1c79a3ba750fbf.tar.bz2 |
[MCA] [RegisterFile] Allow for skipping Defs with RegID of 0 (rather than assert(RegID) like we do before this patch).
This patch will allow developers to remove unwanted instruction Defs (most likely from within a target specific InstrPostProcess) by setting that Def's RegisterID to 0.
Differential Revision: https://reviews.llvm.org/D104433
Diffstat (limited to 'llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions