OSDN Git Service

[X86] Move code that shrinks immediates for ((x << C1) op C2) into a helper function...
authorCraig Topper <craig.topper@intel.com>
Tue, 18 Jun 2019 04:23:58 +0000 (04:23 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 18 Jun 2019 04:23:58 +0000 (04:23 +0000)
commitcb10396a25cfc97dc6fe82a817d2706368661edc
treed0d96bbf2ff3ff13fc915c7d634ce4fb312a1c13
parentf76266ec02c978a36023f6e9363da36e338fae30
[X86] Move code that shrinks immediates for ((x << C1) op C2) into a helper function. NFCI

Preliminary step for D59909

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp