[llvm] [SLPVectorizer][X86] Free load cost for stores with constant pointers (PR #118016)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 08:42:23 PST 2024


antoniofrighetto wrote:

@RKSimon, think it would be still valuable to materialize the constant through separate movs + punpcklqdq, and save a load from memory? If any, that would happen in X86ISelLowering, correct?

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


More information about the llvm-commits mailing list