The patterns used here were based on looser semantic for OP_{SEXT,TRUNC}. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/optim/sext.c | 7 +++---- validation/optim/trunc-or-shl.c | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/validation/optim/sext.c b/validation/optim/sext.c index 719730d50739..a3aa14945f11 100644 --- a/validation/optim/sext.c +++ b/validation/optim/sext.c @@ -6,10 +6,9 @@ int sext(int x) /* * check-name: sext * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore - * check-output-contains: sext\\.$27 - * check-output-excludes: asr\\. - * check-output-excludes: shl\\. + * check-output-pattern(3): \\.32 + * check-output-contains: shl\\. + * check-output-contains: asr\\. */ diff --git a/validation/optim/trunc-or-shl.c b/validation/optim/trunc-or-shl.c index 70d8bd1de5bb..52b4f041b010 100644 --- a/validation/optim/trunc-or-shl.c +++ b/validation/optim/trunc-or-shl.c @@ -9,5 +9,7 @@ char foo(int a, int b) * check-known-to-fail * * check-output-ignore - * check-output-contains: ret\\..*%arg2 + * check-output-contains: trunc\\..*%arg2 + * check-output-excludes: or\\. + * check-output-excludes: shl\\. */ -- 2.28.0