[all-commits] [llvm/llvm-project] 6d9eb3: [mlir][spirv] Fix spirv.Select min version require...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Nov 13 15:54:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d9eb31c31d5a71f5a743ea676d9b51424e12f9b
https://github.com/llvm/llvm-project/commit/6d9eb31c31d5a71f5a743ea676d9b51424e12f9b
Author: Lei Zhang <antiagainst at gmail.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVLogicalOps.td
M mlir/lib/Dialect/SPIRV/IR/ControlFlowOps.cpp
M mlir/test/Dialect/SPIRV/Transforms/vce-deduction.mlir
Log Message:
-----------
[mlir][spirv] Fix spirv.Select min version requirement (#72173)
Per the spec, "Before version 1.4, results are only computed per
component." So using scalar condition to select composite needs SPIR-V
v1.4 at least.
More information about the All-commits
mailing list