[all-commits] [llvm/llvm-project] 37d417: [mlir][EDSC] Hotfix - Provide impl for `negate`
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Apr 23 11:20:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 37d417bb0adca62b6902dd27019465f9ae4319a5
https://github.com/llvm/llvm-project/commit/37d417bb0adca62b6902dd27019465f9ae4319a5
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M mlir/lib/Dialect/Affine/EDSC/Builders.cpp
M mlir/lib/Dialect/LoopOps/EDSC/Builders.cpp
M mlir/test/EDSC/builder-api-test.cpp
Log Message:
-----------
[mlir][EDSC] Hotfix - Provide impl for `negate`
367229e100eca714276253bf95a0dd3d084a9624 retired ValueHandle but
mistakenly removed the implementation for `negate` which was not
tested and would result in linking errors.
This revision adds the implementation back and provides a test.
More information about the All-commits
mailing list