[PATCH] D42133: [AArch64] Improve code generation of vector mask build

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 13:11:15 PST 2018


efriedma added a comment.

You should probably just fix AArch64TargetLowering::LowerBUILD_VECTOR to generate the right node in the first place.  Not sure why it isn't picking up these particular cases, but it has code to handle constant BUILD_VECTORS.


Repository:
  rL LLVM

https://reviews.llvm.org/D42133





More information about the llvm-commits mailing list