aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorTres Popp <tpopp@google.com>2020-04-23 18:13:44 +0200
committerTres Popp <tpopp@google.com>2020-04-27 11:35:52 +0200
commit2d2d696137d729dcd2d83330e4d3b9e305f96640 (patch)
treee90262b195b8233ebaf69ddd083e168e563eb861 /clang/lib/Frontend/CompilerInvocation.cpp
parent807fe05d3531cae47d0c770b2d919f861bfe9235 (diff)
downloadllvm-2d2d696137d729dcd2d83330e4d3b9e305f96640.zip
llvm-2d2d696137d729dcd2d83330e4d3b9e305f96640.tar.gz
llvm-2d2d696137d729dcd2d83330e4d3b9e305f96640.tar.bz2
[MLIR] Propagate input side effect information
Summary: Previously operations like std.load created methods for obtaining their effects but did not inherit from the SideEffect interfaces when their parameters were decorated with the information. The resulting situation was that passes had no information on the SideEffects of std.load/store and had to treat them more cautiously. This adds the inheritance information when creating the methods. As a side effect, many tests are modified, as they were using std.load for testing and this oepration would be folded away as part of pattern rewriting. Tests are modified to use store or to reutn the result of the std.load. Reviewers: mravishankar, antiagainst, nicolasvasilache, herhut, aartbik, ftynse! Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, csigg, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, bader, grosul1, frgossen, Kayjukh, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D78802
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions