Files
clang-p2996/llvm/lib/Transforms
Roman Lebedev e2b75cafcb [NFCI][InstCombine] Move store merging from visitStoreInst() into visitUnconditionalBranchInst()
Summary:
As @nikic is pointing out in https://bugs.llvm.org/show_bug.cgi?id=46680#c5,
InstCombine should not have forward instruction scans,
so let's move this transform into the proper place.

This is pretty much NFCI.

Reviewers: nikic, spatel

Reviewed By: nikic

Subscribers: hiraditya, llvm-commits, nikic

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83670
2020-07-14 10:41:51 +03:00
..