[PATCH] D75986: [mlir][LLVM] Add masked reads and writes.
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 15 20:57:01 PDT 2020
nicolasvasilache marked 2 inline comments as done.
nicolasvasilache added inline comments.
================
Comment at: mlir/test/Target/llvmir-intrinsics.mlir:2
+// RUN: mlir-translate -mlir-to-llvmir %s
+//| FileCheck %s
----------------
aartbik wrote:
> this disables the check? intentional? (then add a TODO), or not (then place it back :-)
Oops, I used it to print and check the output but forgot to reenable as a test.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75986/new/
https://reviews.llvm.org/D75986
More information about the llvm-commits
mailing list