[all-commits] [llvm/llvm-project] 9b22b2: [mlir] [VectorOps] Add create mask integration tests

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Jun 17 11:44:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b22b29f684f6f5fbe3dd1478704270023f24226
      https://github.com/llvm/llvm-project/commit/9b22b29f684f6f5fbe3dd1478704270023f24226
  Author: aartbik <ajcbik at google.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
    A mlir/integration_test/Dialect/Vector/CPU/test-create-mask-v4i1.mlir
    A mlir/integration_test/Dialect/Vector/CPU/test-create-mask.mlir
    M mlir/lib/ExecutionEngine/CRunnerUtils.cpp

  Log Message:
  -----------
  [mlir] [VectorOps] Add create mask integration tests

Summary:
Two integration tests focused on i1 vectors, which exposed omissions
in the llvm backend which have since then been fixed. Note that this also
exposed an inaccuracy for print_i1 which has been fixed in this CL:
for a pure C ABI, int should be used rather than bool.

Reviewers: nicolasvasilache, ftynse, reidtatge, andydavis1, bkramer

Reviewed By: bkramer

Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes

Tags: #mlir

Differential Revision: https://reviews.llvm.org/D81957




More information about the All-commits mailing list