[PATCH] D135579: utils/update_mir_test_checks.py: allow checking fixedStack in .mir files

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 03:22:03 PDT 2023


arsenm added a comment.

In D135579#4417921 <https://reviews.llvm.org/D135579#4417921>, @foad wrote:

> This broke regenerating checks for tests like `test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll` which use `-simplify-mir` and do not print the `fixedStack` info. Can you fix `update_mir_test_checks` to cope, or should we remove `-simplify-mir` from files with generated checks?

I think -simplify-mir should just be the global default and this should tolerate anything missing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135579



More information about the llvm-commits mailing list