[all-commits] [llvm/llvm-project] 152325: [ArgPromotion] Regenerate test checks for crash.ll...
Valery via All-commits
all-commits at lists.llvm.org
Wed Feb 23 02:40:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 152325d2f3b619cfa617c3f65d70444eb2d15033
https://github.com/llvm/llvm-project/commit/152325d2f3b619cfa617c3f65d70444eb2d15033
Author: Valery Pykhtin <valery.pykhtin at gmail.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M llvm/test/Transforms/ArgumentPromotion/crash.ll
Log Message:
-----------
[ArgPromotion] Regenerate test checks for crash.ll – restored ALL_OLDPM prefix,
add –allow-unused-prefixes.
This test has two runs that differ in what functions are left after the inliner,
for example: barney exists on OLDPM path but don’t exist on NEWPM path.
I restored prefixes this test had had after automatic checks were introduced
for this test.
For now there are no checks left for ALL_NEWPM path, but the behavior seem to
change over time so I added –allow-unused-prefixes to ease following check updates.
Renamed %tmp => %temp IR values to avoid update warning.
Differential revision: https://reviews.llvm.org/D120207
More information about the All-commits
mailing list