llvm-project
2308d7bd
- [AArch64][GlobalISel] Fix passing <3 x ptr> via the stack. (#157247)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
25 days ago
[AArch64][GlobalISel] Fix passing <3 x ptr> via the stack. (#157247) A <3 x ptr> will become a <1 x ptr> after being split, which needs to be represented as a s64 in a LLT.
References
#157247 - [AArch64][GlobalISel] Fix passing <3 x ptr> via the stack.
Author
davemgreen
Parents
8ba0d0f7
Loading