[PATCH] D25679: Do not assume that FP vector operands are never legalized by expanding

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 12:36:17 PDT 2016


kbarton accepted this revision.
kbarton added a comment.
This revision is now accepted and ready to land.

LGTM
However, I'm not familiar with this logic here so someone else should take a look also to verify this change is OK. It basically assumes that the ExpandOp_BITCAST should be called on a vector of integers; if it is a vector of any other type there there will be no effect. @hfinkel or @tstellarAMD, would you be able to take a quick look? Thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D25679





More information about the llvm-commits mailing list