[PATCH] D81472: [Matrix] Update load/store intrinsics.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 09:13:45 PDT 2020


fhahn added a comment.

@nicolasvasilache	I also need to update `mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td`. Initially I'd just like to pass through no alignment (= use the one from datalayout) and `false`, but I am not sure how to construct a `false` constant. Looks like there is `getLLVMConstant`, but I am not sure how to get a Int1 LLVM type. Any ideas?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81472





More information about the llvm-commits mailing list