OSDN Git Service

[DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset lambda helper
authorArtur Pilipenko <apilipenko@azulsystems.com>
Mon, 27 Feb 2017 11:42:54 +0000 (11:42 +0000)
committerArtur Pilipenko <apilipenko@azulsystems.com>
Mon, 27 Feb 2017 11:42:54 +0000 (11:42 +0000)
commitf85432589bb013281b8b51899738f6e6ad4fb4a7
treed5f456c5eae08d6efd6ddddc4e3adc58f163bc0b
parent0003ac947f6a803c33bbc9568cc7d52c78d7876c
[DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset lambda helper

This refactoring will simplify the upcoming change to fix the bug in folding patterns with non-zero offsets on BE targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296332 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp