[PATCH] D89330: [RISCV] [TableGen] Modify RISCVCompressInstEmitter.cpp to use getAllDerivedDefinitions()

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 08:14:37 PDT 2020


jrtc27 added a comment.

As for building correctly:

You should be building the patch and running the test suite locally. It is possible that one of the buildbots will spot an error in a different configuration than yours, in which case you can do one of

- direct commit a fix if it's sufficiently obvious; or

- post a fix for quick review as a new patch if the breakage is limited; or

- revert the commit and then reopen the revision here with an updated patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89330



More information about the llvm-commits mailing list