An extra test case added for the builtin __LDARX.
Details
- Reviewers
nemanjai lkail - Group Reviewers
Restricted Project - Commits
- rG2a7711f33a04: [PowerPC] Extra test case for LDARX
rG1d3e77e7a842: [PowerPC] Extra test case for LDARX
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/builtins-ppc-xlcompat-check-ldarx-opt.ll | ||
---|---|---|
1 ↗ | (On Diff #358381) | Please pre-optimize this test case by running opt -O3 on it (or produce it with clang -O3 -S -emit-llvm). |
clang/test/CodeGen/builtins-ppc-xlcompat-check-ldarx-opt.ll | ||
---|---|---|
149 ↗ | (On Diff #358381) | Get rid of all the metadata please. |
Sorry for raising an unrelated topic here, but I can't reach @Conanap directly via the mail from the git commits: @Conanap could you please create the git branches for your patches in your own Github fork instead of the main LLVM repo? LLVM's policy is to have working branches in everyone's private fork (even though I don't think we explicitly tell people that when they get commit access). I'll go ahead and delete your created branches end of next week, but let me know if I should wait a bit longer with that. Thanks!
Ah apologies, I'll do that. Sorry about that! I'll keep the rest of the branches on my personal repo; please feel free to delete these by the end of next week.
Had to revert this as I'm seeing failures on buildbots not owned by us. The error is:
llc: error: : error: unable to get target for 'powerpc64le-unknown-linux-gnu', see --version and --triple.
Note that when testing on local machines I did not encounter this error, neither did PowerPC buildbots, so I'll need to look into it.
clang/test/CodeGen/builtins-ppc-xlcompat-check-ldarx-opt.ll | ||
---|---|---|
1 ↗ | (On Diff #359974) | This looks problematic, we should not generate llc's output in clang's test. |