[PATCH] D34458: [TTI] Refine the cost of EXT in getUserCost()

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 18:04:54 PDT 2017


efriedma added a comment.

It looks like AArch64TargetLowering::isExtFreeImpl has some other special-cases which might be relevant here; could you add a test for `shl(sext(x))`?


Repository:
  rL LLVM

https://reviews.llvm.org/D34458





More information about the llvm-commits mailing list