[PATCH] D135579: utils/update_mir_test_checks.py: allow checking fixedStack in .mir files
Gaƫtan Bossu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 06:43:27 PDT 2022
gbossu created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
gbossu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Generation of CHECK lines for fixedStack can be enabled with --print-fixed-stack.
This is particularly useful for tests which need to inspect how the
stack looks, e.g. for ABI tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135579
Files:
llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/print-stack-first.mir
llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/print-stack.mir.expected
llvm/test/tools/UpdateTestChecks/update_mir_test_checks/print-stack.test
llvm/utils/update_mir_test_checks.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135579.466487.patch
Type: text/x-patch
Size: 9910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/a6dc7a8d/attachment.bin>
More information about the llvm-commits
mailing list