]> granicus.if.org Git - llvm/commit
[X86] Remove code that expands truncating stores from combineStore.
authorCraig Topper <craig.topper@intel.com>
Fri, 9 Aug 2019 06:59:53 +0000 (06:59 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 9 Aug 2019 06:59:53 +0000 (06:59 +0000)
commit446cb4b6395aaaebd7d20fb7d095dc957b913a94
tree93e3d6109b8fa486a2ddb2cd913296b45b28242c
parent7b065ec3a160d80df3706831721847a022ea1e32
[X86] Remove code that expands truncating stores from combineStore.

We shouldn't form trunc stores that need to be expanded now that
we are using widening legalization.

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