[PATCH] D75987: [mlir][AVX512] Start a primitive AVX512 dialect
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 20:32:12 PDT 2020
rriddle added inline comments.
================
Comment at: mlir/lib/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.cpp:36
+template <typename SourceOp, typename TargetOp>
+PatternMatchResult matchAndRewriteOneToOne(
+ const ConvertToLLVMPattern &lowering, LLVMTypeConverter &typeConverter,
----------------
Note that a few things have changed at head:
PatternMatchResult -> LogicalResult
matchSuccess -> success
matchFailure -> failure
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75987/new/
https://reviews.llvm.org/D75987
More information about the llvm-commits
mailing list