[PATCH] D146438: [RISCV][MC] Refine MCInstrAnalysis based on registers used

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 02:47:27 PDT 2023


jobnoorman updated this revision to Diff 522513.
jobnoorman edited the summary of this revision.
jobnoorman added a comment.

- Add license header
- Remove anonymous namespace around functions, make `static` instead
- Replace `ASSERT_THAT(..., IsTrue()/IsFalse)` with `ASSERT_TRUE/FALSE`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146438

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
  llvm/unittests/Target/RISCV/CMakeLists.txt
  llvm/unittests/Target/RISCV/MCInstrAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146438.522513.patch
Type: text/x-patch
Size: 10589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/0b87a550/attachment.bin>


More information about the llvm-commits mailing list