[llvm] [AArch64][GlobalISel] Legalize BSWAP for Vector Types (PR #80036)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 10:19:30 PST 2024
================
@@ -9031,7 +9031,6 @@ SDValue TargetLowering::expandBSWAP(SDNode *N, SelectionDAG &DAG) const {
SDLoc dl(N);
EVT VT = N->getValueType(0);
SDValue Op = N->getOperand(0);
-
if (!VT.isSimple())
----------------
davemgreen wrote:
You can remove this change.
https://github.com/llvm/llvm-project/pull/80036
More information about the llvm-commits
mailing list