[all-commits] [llvm/llvm-project] cec244: Fix the order of directives and the target string
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Mar 22 11:10:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cec244354bb185ca0e431ae447135bef7e98d5e7
https://github.com/llvm/llvm-project/commit/cec244354bb185ca0e431ae447135bef7e98d5e7
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M mlir/test/mlir-reduce/dce-test.mlir
Log Message:
-----------
Fix the order of directives and the target string
In the original structure, it will try to match CHECK-LABEL first then see if
the subsequent doesn't have the target strings. This is not what we are
expected. We are expecting the two functions which will be deleted should be
matched before CHECK-LABEL. Also fixed the function names.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D99060
More information about the All-commits
mailing list