Split the test from https://reviews.llvm.org/D45524 and move it to the relevant target directories.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Sorry for not looking thoroughly at the test in the previous patch.
test/CodeGen/AArch64/shrink-wrapping-vla.ll | ||
---|---|---|
17 ↗ | (On Diff #142795) | Hmm, I'm pretty sure this is not needed. Did you encounter any issues without this line? My understanding was that the test failed because it lived in Generic instead of the target directory. |
19 ↗ | (On Diff #142795) | Related to both tests: are these attributes actually needed? (the #0, #1) |
Comment Actions
local_unnamed_addr is probably not needed either.
Thanks! LGTM. You can just remove the local_unnamed_addrs and commit this.