Files
clang-p2996/mlir/lib/Conversion/ArithToSPIRV
Lei Zhang 2b066501b1 [mlir][spirv] Fix integer type emulation with extension/truncation
For integer extension or truncation with type emulation, we need
to make sure we perform masking or shifting to discard unwanted
bits to avoid pollute consumer ops.

Reviewed By: kuhar

Differential Revision: https://reviews.llvm.org/D157788
2023-08-12 18:41:34 -07:00
..