Currently if there are multiple mutex clauses used in atomic directive,
it emits an error but proceeds execution. This patch simply makes it return ahead
of time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Okay, I reached the same point as D115561, that the compiler stops at the first position it encounters error, so all those mixed uses cannot be in the same test case.
Comment Actions
Abandon the change because of the trade off between the amount of changes and benefit.