[PATCH] D76245: [mlir][spirv] Change standard op patterns to consider type conversion

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 07:25:15 PDT 2020


antiagainst added inline comments.


================
Comment at: mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp:40
 
+// Note that DRR cannot be used for the patterns in this file: we may need to
+// convert type along the way, which requires ConversionPattern. DRR generates
----------------
mravishankar wrote:
> Thats a shame :( 
It will grow the support eventually. :) 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76245





More information about the llvm-commits mailing list