[PATCH] D73702: [WIP][mlir] enable conversion materialization for 1-1 type conversions

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 10:10:22 PST 2020


rriddle added inline comments.


================
Comment at: mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp:47
 
+/// Materializes the "load" operation from a pointer to a memref descriptor.
+/// This is used as a hook for type conversion.
----------------
Do you intend for this to apply to PHI/non-entry Block arguments as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73702





More information about the llvm-commits mailing list