As a side effect, introduce AtomicExpr::getOpAsString() to dump the
AtomicOp string representation.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
The changes LGTM as far as they go, but should we also update the TextNodeDumper at the same time?
I don't have a strong opinion on the synchronization with TextNodeDumper. I'm pretty sure I didn't update it while adding fields for the Attribute nodes though...
We usually try to keep them marginally in sync with one another (they're both intended debugging aids, so if you need the info in one form, it's plausible you'd need it in the other as well), but there's no hard requirement given that they're debugging aids.
Hi @serge-sans-paille, the test you added seems to be failing on some bots. Can you take a look and revert if you need time to investigate?
Can somebody please revert this patch? It kills all builds on https://lab.llvm.org/buildbot/#/builders/91 since yesterday. @serge-sans-paille ?
This got reverted by https://reviews.llvm.org/rGbfbea459af391266cf6a4611f0da4952930d7834 and I just pushed a fix