[all-commits] [llvm/llvm-project] cc2349: [MLIR][SPIRV] Support flat, location, and noperspe...

HazemAbdelhafez via All-commits all-commits at lists.llvm.org
Fri Jun 5 06:02:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cc2349e3cf0e1f492433941b359a03fc3f746410
      https://github.com/llvm/llvm-project/commit/cc2349e3cf0e1f492433941b359a03fc3f746410
  Author: HazemAbdelhafez <23439402+HazemAbdelhafez at users.noreply.github.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
    M mlir/lib/Dialect/SPIRV/Serialization/Deserializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    A mlir/test/Dialect/SPIRV/Serialization/decorations.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Support flat, location, and noperspective decorations

Add support for flat, location, and noperspective decorations in the
serializer and deserializer to be able to process basic shader files
for graphics applications.

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




More information about the All-commits mailing list