Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
978–979 | X1 and A77 missing SSBS too. Should they be added at the same time? |
clang/test/Preprocessor/aarch64-target-features.c | ||
---|---|---|
288 | Why did this change, was it just not correct before or is r82 some equivalent of the x1c? |
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
978–979 | Maybe add unit tests for X1 and A77 too? |
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
978–979 | I did. See the top file. In general it'd be good to have better testing for individual cores. This will happen more structurally in future changes. |
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
978–979 | Ah yes, I was expecting tests similar to that for R82 in aarch64-target-features.c. Anyway what you have already is good for ssbs |
Why did this change, was it just not correct before or is r82 some equivalent of the x1c?