[llvm] [AArch64] Fold tbl1 intrinsic into dup when broadcasting (PR #170872)

Valeriy Savchenko via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 07:57:55 PST 2025


SavchenkoValeriy wrote:

> I added an InstCombine transform that converts tbl calls with static masks into shufflevector operations in #169748. Will this be necessary if that lands?

It should be enough to convert it into `shufflevector`, thanks for spotting this!

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


More information about the llvm-commits mailing list