[llvm] [AArch64][CodeGen] Fold tbx(splat(0), table, idxs) to tbl(table, idxs) (PR #214146)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 01:33:21 PDT 2026
================
@@ -25069,6 +25035,33 @@ static SDValue performIntrinsicCombine(SDNode *N,
switch (IID) {
default:
break;
+ case Intrinsic::aarch64_neon_tbx1:
+ case Intrinsic::aarch64_neon_tbx2:
----------------
MacDue wrote:
Code not formatted.
https://github.com/llvm/llvm-project/pull/214146
More information about the llvm-commits
mailing list