[PATCH] D21409: Emit a swap for STXVD2X when it's emitted by matching a 'store' node

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 12:46:29 PDT 2016


amehsan added a comment.

Having said that, I have not done a full investigation of these patches. But from a quick look, with the other fix, for this bug, PPCTargetLowering::expandVSXStoreForLE() was invoked and this patch was not working. So the other patch seems to depend on the first path. The question is, with that patch do we still have cases, where this path of code is executed.

Again, I just did a quick experiment with the two patches, to make sure there is no obvious inconsistency between them. There might be something that I missed.


Repository:
  rL LLVM

http://reviews.llvm.org/D21409





More information about the llvm-commits mailing list