[PATCH] D54409: PowerPC/SPE: Fix load/store handling for SPE

Justin Hibbits via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 07:37:01 PDT 2019


jhibbits added a comment.

The immediate offsets for the evldd/evstdd instructions are UInt8, not SInt8, but otherwise your change looks fine.  Do you have additional tests for it?  You had mentioned before about problematic relocations, is that still the case with your patch?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54409/new/

https://reviews.llvm.org/D54409





More information about the llvm-commits mailing list