Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Just to check, this change depends on https://reviews.llvm.org/D118561. Correct?
That is the reason your tests are failing for now.
LLVM ERROR: Don't know how to legalize this scalable vector type
I think you need to use git-clang-format.
llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll | ||
---|---|---|
7 | I guess this is just to leave a cleaner test. Correct? |
Yeah that's right, I'll add it as a parent revision.
I think you need to use git-clang-format.
I'll run it before committing if accepted.
llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll | ||
---|---|---|
7 |
Yeah I don't think local_unnamed_addr is needed for these tests. |
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | ||
---|---|---|
3465–3466 | Can you add similar asserts for the ZPR[2,3,4]RegClass copies? |
Can you add similar asserts for the ZPR[2,3,4]RegClass copies?