Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/OpenMP/fold_generic_main_thread.ll | ||
---|---|---|
39 | It should be folded. I have CHECK-NOT because the only way that call can be removed is through the folding because it's only a declaration in the module. I couldn't decide if I should just use the automatic test script for this, personally I prefer tests like this to be narrow if possible. |
llvm/test/Transforms/OpenMP/fold_generic_main_thread.ll | ||
---|---|---|
39 | check-not like above is really easy to break. Let's assume the type is changed, the name of the argument, etc. |