[PATCH] D79937: [MLIR] Support for flush operation, and translating the same to LLVM IR
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 18 05:20:04 PDT 2020
ftynse accepted this revision.
ftynse added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:339
+ // the list, and treating it the same as a flush without a list."
+ //
+ // The argument list is discarded so that, flush with a list is treated
----------------
Please comply with the linter (run git clang-format on your patch)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79937/new/
https://reviews.llvm.org/D79937
More information about the llvm-commits
mailing list