[all-commits] [llvm/llvm-project] 5ece21: [MLIR] Work around an ICE in GCC 7.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Nov 2 13:48:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ece2115d85326e3b24336a7ccb4c191932ccb4a
https://github.com/llvm/llvm-project/commit/5ece2115d85326e3b24336a7ccb4c191932ccb4a
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp
Log Message:
-----------
[MLIR] Work around an ICE in GCC 7.
Looks like we have a blind spot in the testing matrix.
AsyncRegionRewriter.cpp: In member function ‘virtual void {anonymous}::GpuAsyncRegionPass::runOnFunction()’:
AsyncRegionRewriter.cpp:113:16: internal compiler error: in replace_placeholders_r, at cp/tree.c:2804
if (getFunction()
~~~~~~~~~~~~~
.getRegion()
~~~~~~~~~~~~
.walk(Callback{OpBuilder{&getContext()}})
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the All-commits
mailing list