"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e4682fa8e2b9e4bbce61f767f3759b14d5270f8f"
[SystemZ] Improve getMemoryOpCost() to find foldable loads that are converted.
The SystemZ backend can do arithmetic of memory by loading and then extending one of the operands. Similarly, a load + truncate can be folded into an operand. This patch improves the SystemZ TTI cost function to recognize this. Review: Ulrich Weigand https://reviews.llvm.org/D52692 llvm-svn: 345327
Loading
Please register or sign in to comment