[all-commits] [llvm/llvm-project] c430c2: [MLIR][Shape] Use callback builder again
frgossen via All-commits
all-commits at lists.llvm.org
Thu Jul 16 06:59:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c430c21202c377cfb9fce0e7272f7208d1e8a531
https://github.com/llvm/llvm-project/commit/c430c21202c377cfb9fce0e7272f7208d1e8a531
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToSCF/ShapeToSCF.cpp
Log Message:
-----------
[MLIR][Shape] Use callback builder again
The issue that callback builders caused during rollback of conversion patterns
has been resolved. We can use them again.
See https://bugs.llvm.org/show_bug.cgi?id=46731
Differential Revision: https://reviews.llvm.org/D83932
More information about the All-commits
mailing list