[all-commits] [llvm/llvm-project] e829eb: [update_mir_test_checks] Tolerate -simplify-mir ou...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Jun 14 05:16:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e829eb9075c44ea708b8b6f95d7766f9681efc90
https://github.com/llvm/llvm-project/commit/e829eb9075c44ea708b8b6f95d7766f9681efc90
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-simplify-mir.ll
A llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-simplify-mir.ll.expected
A llvm/test/tools/UpdateTestChecks/update_mir_test_checks/x86-simplify-mir.test
M llvm/utils/update_mir_test_checks.py
Log Message:
-----------
[update_mir_test_checks] Tolerate -simplify-mir output
D135579 added support for fixedStack, but did not cope with the output
of -simplify-mir which does not include the fixedStack section by
default.
Differential Revision: https://reviews.llvm.org/D152896
More information about the All-commits
mailing list