This matches how e.g. stp/ldp and other opcodes are printed differently for epilogues.
Also add a missing --strict-whitespace in an existing test that was added explicitly for testing vertical alignment.
Differential D87363
[llvm-readobj] [ARMWinEH] Print set_fp/add_fp differently in epilogues mstorsjo on Sep 9 2020, 4:38 AM. Authored by
Details This matches how e.g. stp/ldp and other opcodes are printed differently for epilogues. Also add a missing --strict-whitespace in an existing test that was added explicitly for testing vertical alignment.
Diff Detail Event TimelineComment Actions
Without --match-full-lines, leading and trailing space changes cannot be detected. For // CHECK: a b, you can ensure the spaces between a and b are 2, but you cannot test the indentation. Comment Actions Yeah - here, --strict-whitespace is enough for the thing that the testcase wanted to test (the amount of spaces between the hex opcodes and their interpretation on the right hand side, which was fixed in D86523). |