[PATCH] D121600: [Codegen] Allow meta instruction to be target dependent

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 07:13:24 PDT 2022


pengfei added a comment.

Is this an alternative of D92842 <https://reviews.llvm.org/D92842>?



================
Comment at: llvm/include/llvm/MC/MCInstrDesc.h:268
 
+  /// Return true if this is a meta instruction that doesn't
+  /// doesn't produce any output in the form of executable instructions
----------------
Duplicated `doesn't`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121600/new/

https://reviews.llvm.org/D121600



More information about the llvm-commits mailing list