[PATCH] D42133: [AArch64] Improve code generation of constant vectors
Sebastian Pop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 11:05:00 PST 2018
sebpop added a comment.
The patch looks good to me.
Thanks!
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:6615
+ UndefBits, &LHS)))
+ return NewOp;
}
----------------
Please commit this NFC cleanup as a separate patch.
https://reviews.llvm.org/D42133
More information about the llvm-commits
mailing list