[PATCH] D71930: [mlir][spirv] Add basic definitions for supporting availability

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 05:17:54 PST 2020


antiagainst added a comment.
Herald added a subscriber: nicolasvasilache.

In D71930#1797640 <https://reviews.llvm.org/D71930#1797640>, @mehdi_amini wrote:

> What is the relationship between this and the RFC?


This CL mostly follows the RFC in order to allow a try-out-and-then-graduate approach for the op availability feature. This CL **only** touches SPIR-V dialect related files, so it's not possible to follow exactly the RFC (which requires touching OpBase.td) and I've made deviations like forcing all ops to implement all availability interfaces.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71930/new/

https://reviews.llvm.org/D71930





More information about the llvm-commits mailing list