[x86] Allow folding unaligned memory operands into pcmp[ei]str*
instructions. These have special permission according to the x86 manual to read unaligned memory, and this folding is done by ICC and GCC as well. This corrects one of the issues identified in PR37246. llvm-svn: 330896
Loading
Please sign in to comment