aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2021-02-15 16:10:43 +0000
committerFlorian Hahn <flo@fhahn.com>2021-02-15 16:10:43 +0000
commitca23b2c8ed2733f0584ca8bc0514b173938f1cdc (patch)
tree010cc681ce0b858f44414e987cb41a1a35b7a866 /llvm/utils/UpdateTestChecks/common.py
parent99dbc0fa76010f3dcbb4c1b63bfa410c1ad44e7c (diff)
downloadllvm-ca23b2c8ed2733f0584ca8bc0514b173938f1cdc.zip
llvm-ca23b2c8ed2733f0584ca8bc0514b173938f1cdc.tar.gz
llvm-ca23b2c8ed2733f0584ca8bc0514b173938f1cdc.tar.bz2
[AArch64] Move machine bundle unpacking to PreEmit2 phase.
This patch adjusts the placement of the bundle unpacking to just before code emission. In particular, this means bundle unpacking happens AFTER the machine outliner. With the previous position, the machine outliner may outline parts of a bundle, which breaks them up. This is an issue for BLR_RVMARKER handling, as illustrated by the rvmarker-pseudo-expansion-and-outlining.mir test case. The machine outliner should not break up the bundles created during pseudo expansion. This should fix PR49082. Reviewed By: SjoerdMeijer Differential Revision: https://reviews.llvm.org/D96294
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions