Now that arbitrary data is supported, import tryCombineIndexedLoadStore()
Depends on D69147
Paths
| Differential D69151
[gicombiner] Import tryCombineIndexedLoadStore() ClosedPublic Authored by dsanders on Oct 17 2019, 5:28 PM.
Details
Summary Now that arbitrary data is supported, import tryCombineIndexedLoadStore() Depends on D69147
Diff Detail
Event Timelinedsanders added a child revision: D69152: [gicombiner] Add GIMatchTree and use it for the code generation.Oct 17 2019, 6:33 PM This revision is now accepted and ready to land.Nov 5 2019, 8:44 PM Closed by commit rGc3cb089a87b7: [gicombiner] Import tryCombineIndexedLoadStore() (authored by dsanders). · Explain WhyDec 18 2019, 6:43 AM This revision was automatically updated to reflect the committed changes. Comment Actions Hi, I am investigating a recurring regression on arm-linux bots and bisecting the commits on the build [1] that introduced the regression it points to this one. By reverting I can build the stage1 (I am testing now the stage2). I seems to only happen on arm-linux bots, I didn't see it on aarch64-linux ones. [1] http://lab.llvm.org:8011/builders/clang-cmake-armv7-selfhost/builds/3251
Revision Contents
Diff 234532 llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
llvm/include/llvm/Target/GlobalISel/Combine.td
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
llvm/utils/TableGen/GICombinerEmitter.cpp
|