diff --git a/mlir/test/Target/SPIRV/consecutive-selection.spv b/mlir/test/Target/SPIRV/consecutive-selection.spvasm similarity index 100% rename from mlir/test/Target/SPIRV/consecutive-selection.spv rename to mlir/test/Target/SPIRV/consecutive-selection.spvasm diff --git a/mlir/test/Target/SPIRV/selection.spv b/mlir/test/Target/SPIRV/selection.spvasm similarity index 100% rename from mlir/test/Target/SPIRV/selection.spv rename to mlir/test/Target/SPIRV/selection.spvasm diff --git a/mlir/test/lit.cfg.py b/mlir/test/lit.cfg.py index 7081c51994ec1..675ded35d98f3 100644 --- a/mlir/test/lit.cfg.py +++ b/mlir/test/lit.cfg.py @@ -44,7 +44,7 @@ ".test", ".pdll", ".c", - ".spv", + ".spvasm", ] # test_source_root: The root path where tests are located.