[Diffusion] rG396b7253944e: [OpenMP][Opt] Combine `struct ident_t*` during deduplication

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 25 18:55:57 PST 2020


dexonsmith added subscribers: aprantl, cfe-commits, dexonsmith.
dexonsmith added inline comments.

BRANCHES
  master

/clang/test/OpenMP/PR44893.c:1 Can you change this to a `-cc1` test (invoking `%clang_cc1`), instead of calling the driver?
/clang/test/OpenMP/PR44893.c:3 Can you add some sort of positive test, related to where the crash was?

If this was a debug info related crash, maybe you can test that the debug info IR is reasonable (@aprantl may be able to help).

If not, please remove the `-g` from the command-line, and just test that the normal IR is reasonable.



Users:
  jdoerfert (Author)

https://reviews.llvm.org/rG396b7253944e





More information about the cfe-commits mailing list