[all-commits] [llvm/llvm-project] 56c069: [mlir][spirv] Fail vector.bitcast conversion with ...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu Dec 29 15:44:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56c069887b955bfa9f87f5fe8e87d219afbf4063
https://github.com/llvm/llvm-project/commit/56c069887b955bfa9f87f5fe8e87d219afbf4063
Author: Lei Zhang <antiagainst at gmail.com>
Date: 2022-12-29 (Thu, 29 Dec 2022)
Changed paths:
M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
M mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Fail vector.bitcast conversion with different bitwidth
Depending on the target environment, we may need to emulate certain
types, which can cause issue with bitcast.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D140437
More information about the All-commits
mailing list