[PATCH] D128550: [OpenMP] Change OpenMP code generation for target region entries
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 12:06:18 PDT 2022
jhuber6 added a comment.
This currently fails about 180 Clang tests. Of those about half can be automatically updated. I tried to manually update the other 90 but gave up, attempting to auto generate those tests as well would most likely result in over half a million new lined added to LLVM, the autogenerated tests are highly inefficient and will blow up a 100 line test into 40,000 lines of checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128550/new/
https://reviews.llvm.org/D128550
More information about the llvm-commits
mailing list