[llvm] [AArch64][CodeGen] Fold tbx(splat(0), table, idxs) to tbl(table, idxs) (PR #214268)

Harry Ramsey via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 13:49:56 PDT 2026


================
@@ -0,0 +1,43 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
----------------
Harry-Ramsey wrote:

The code gen from this test does not seem correct. Please can you make sure you run the command
`./llvm/utils/update_llc_test_checks.py --llc-binary <path_to_your_llc_binary> ./llvm/test/CodeGen/AArch64/test_tbx.ll`



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


More information about the llvm-commits mailing list