[PATCH] D88392: [M68k] (Patch 6/8) IR Tests

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 21:53:25 PST 2020


myhsu added a comment.

In D88392#2401160 <https://reviews.llvm.org/D88392#2401160>, @jrtc27 wrote:

> I suggest you use update_llc_test_checks.py to automatically generate the CHECK lines for the IR tests (see the RISC-V backend which does this pretty diligently). Otherwise it's a real nuisance to update them after CodeGen changes that affect tests.

Good point. However few tests are still failing, I guess we can't run this script to update the tests before we fix those right?


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

https://reviews.llvm.org/D88392



More information about the llvm-commits mailing list