[llvm] [Instructions] cache computed shufflevector properties (PR #115536)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 04:57:08 PST 2024


https://github.com/nikic commented:

It may be cleaner to separate out the scalable case into a separate code path, because there is only a single supported scalable shufflevector operation (which is the zero index splat).

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


More information about the llvm-commits mailing list