[all-commits] [llvm/llvm-project] 8577a0: [MLIR][Shape] Fix lowering of `shape.get_extent`
frgossen via All-commits
all-commits at lists.llvm.org
Tue Jun 30 01:36:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8577a090f5f04e18d72bb2dd387e60082e4da0ca
https://github.com/llvm/llvm-project/commit/8577a090f5f04e18d72bb2dd387e60082e4da0ca
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandardPatterns.td
Log Message:
-----------
[MLIR][Shape] Fix lowering of `shape.get_extent`
The declarative conversion patterns caused crashes in the asan configuration.
The non-declarative implementation circumvents this.
Differential Revision: https://reviews.llvm.org/D82797
More information about the All-commits
mailing list