[all-commits] [llvm/llvm-project] cb3d02: [mlir][vector] Fix test for vector-warp-distribute
Chris via All-commits
all-commits at lists.llvm.org
Thu Sep 22 09:51:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb3d0260f0706c5402620bb0c46c297d469f88b2
https://github.com/llvm/llvm-project/commit/cb3d0260f0706c5402620bb0c46c297d469f88b2
Author: Christopher Bate <cbate at nvidia.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M mlir/test/Dialect/Vector/vector-warp-distribute.mlir
Log Message:
-----------
[mlir][vector] Fix test for vector-warp-distribute
Test does a "CHECK-NOT" against the function name when it should check
to ensure that the `vector.warp_execute_on_lane_0` is removed.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D134448
More information about the All-commits
mailing list