[X86] Add test case to show failure to promote i16 subtract because we...
[X86] Add test case to show failure to promote i16 subtract because we mistakenly believe the load can be folded. NFC The left hand side of the subtract is a load, but we cna't fold those unless we also have a store. llvm-svn: 328927
Loading
Please register or sign in to comment