[all-commits] [llvm/llvm-project] 005803: [MLIR][SPIRVToLLVM] Miscellaneous ops conversion: ...

George Mitenkov via All-commits all-commits at lists.llvm.org
Wed Jul 8 01:07:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 00580349c39280a1d0a9ef5999c9826dad553470
      https://github.com/llvm/llvm-project/commit/00580349c39280a1d0a9ef5999c9826dad553470
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir

  Log Message:
  -----------
  [MLIR][SPIRVToLLVM] Miscellaneous ops conversion: select, fmul and undef

This patch introduces 3 new direct conversions for SPIR-V ops:
- `spv.Select`
- `spv.Undef`
- `spv.FMul` that was skipped in the patch with arithmetic ops

Differential Revision: https://reviews.llvm.org/D83291




More information about the All-commits mailing list