This patch is in a series of patches to provide builtins for compatibility with the XL compiler.
This patch adds semachecking for an already implemented builtin, __icbt. __icbt is only
valid for Power8 and up.
Details
- Reviewers
nemanjai stefanp - Group Reviewers
Restricted Project - Commits
- rG59d2ba2a3de9: [PowerPC] Semachecking for XL compat builtin icbt
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c | ||
---|---|---|
2 | Oh, I believe you're missing REQUIRES: powerpc-registered-target in this test case (please look at the requirements in the other builtins tests). |
clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c | ||
---|---|---|
2 | I don't think I need REQUIRES: powerpc-registered-target, I am copying clang/test/CodeGen/builtins-ppc-xlcompat-pwr9.c which was committed here https://reviews.llvm.org/D102875#change-CGl81jJwEOZy. Although I may be wrong. |
Adding REQUIRES: powerpc-registered-target to a testcase and removing checks for entry: in front end test case.
clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c | ||
---|---|---|
10 | This will attempt to write a file in srcdir which can cause an error if srcdir is in a readonly filesystem. I added -o - in e8bc871ca2780788ad580bb23ef2621b09e6394b |
Oh, I believe you're missing REQUIRES: powerpc-registered-target in this test case (please look at the requirements in the other builtins tests).