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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 09:18:17 PDT 2023


foad added a comment.

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?


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