[PATCH] D146781: [Webassembly] consider invalid CALL_S in removeRegisterOperands
Congcong Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 23:20:14 PDT 2023
HerrCai0907 added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp:99
switch (TargetFlags) {
- case WebAssemblyII::MO_NO_FLAG:
- break;
----------------
I use arc diff to submit patch. It seems to format the whole file and cause this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146781/new/
https://reviews.llvm.org/D146781
More information about the llvm-commits
mailing list