[PATCH] D64643: [WebAssembly] refactored utilities to not depend on MachineInstr (NFC)
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 14:44:51 PDT 2019
aardappel added a comment.
Most of the functions are only called once or twice, so adding overloads is not worth it, I think.
I think its cleaner for them to work on generic opcodes, irrespective of where those are stored.
I am actually moving these function to MCTargetDesc so they are available to all the code, not just the backend.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64643/new/
https://reviews.llvm.org/D64643
More information about the llvm-commits
mailing list