[PATCH] D91496: [CodeGen][X86] Remove unused trivial check-prefixes from all CodeGen/X86 directory.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 15 17:36:08 PST 2020


pengfei added a comment.

In D91496#2396217 <https://reviews.llvm.org/D91496#2396217>, @MaskRay wrote:

> For these `utils/update_llc_test_checks.py` tests, have you verified that running them does not give warnings? (update_llc_test_checks.py reports warnings if there are unsatisfied check prefixes)

The script checks conflicting warning for them and put those tests into `Failed` list. I only added the `Done` ones in this patch. I also run `update_llc/mir_test_checks.py` manually for all autogenerated tests in this patch. No warning been reported except a unparseable one for error check.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91496



More information about the llvm-commits mailing list