performPostLD1Combine will introduce either a LD1LANEpost
or LD1DUPpost node, which will cause selection failure if the
return type is a scalable vector.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I was looking into this too; looks like you beat me to it. :)
LGTM with a minor comment on the test.
llvm/test/CodeGen/AArch64/sve-ld-post-inc.ll | ||
---|---|---|
9 | Please add CHECK lines for the actual load/arithmetic you expect to be generated, even if they aren't really "important" to the crash. |
Please add CHECK lines for the actual load/arithmetic you expect to be generated, even if they aren't really "important" to the crash.