Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The changes in all tests are identical.
clang/test/OpenMP/target_depend_codegen.cpp | ||
---|---|---|
232 | This GEP has disappeared (no-op, I guess), I changed it to load. | |
255–258 | These, too. The results of the loads are now passed to the call above. | |
clang/test/OpenMP/target_parallel_depend_codegen.cpp | ||
204 | This one disappeared too, but since it doesn't capture the argument and the result is unused, I just removed it. |
This GEP has disappeared (no-op, I guess), I changed it to load.