[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:20 PDT 2026


================
@@ -0,0 +1,11 @@
+; RUN: llc -mtriple=aarch64 -mattr=+neon < %s | FileCheck %s
----------------
MacDue wrote:

Use `./llvm/utils/update_llc_test_checks.py` to generate checks. Don't manually write check lines.

https://github.com/llvm/llvm-project/pull/214146


More information about the llvm-commits mailing list