[llvm] [SLP]Improve/fix subvectors in gather/buildvector nodes handling (PR #104144)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 09:20:27 PDT 2024


fmayer wrote:

This CL seems to have changed behavior: https://gist.github.com/fmayer/6030063dfacd2abfb0898a5855949034

This IR here generates a program that returns 0 before, and 1 after this change. It seems related to inline asm instructions.

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


More information about the llvm-commits mailing list