[PATCH] D13988: [X86][SSE] Add general memory folding for (V)INSERTPS instruction

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 07:15:45 PST 2015


RKSimon added a comment.

In http://reviews.llvm.org/D13988#281097, @rob.lougher wrote:

> Another minor comment is that your change will do general memory load folding in addition to stack folding, but you've only got tests for stack folding.


The changes in test/CodeGen/X86/avx.ll and test/CodeGen/X86/sse41.ll cover general folded loads.

I'll add the test case to the patch shortly.


Repository:
  rL LLVM

http://reviews.llvm.org/D13988





More information about the llvm-commits mailing list