[PATCH] D90697: [Flang][OpenMP 4.5] Add semantic check for OpenMP Reduction Clause

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 00:43:25 PST 2021


kiranchandramohan added a comment.

If popping the end_sections helps you move forward, I am fine with it. Please go ahead.

Does this mean that currently the stack of clause sets is not empty when semantic checks finishes? And with your fix the set will be empty? If so, can you add such an assert (size of clase stack is 0) in the appropriate place?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90697/new/

https://reviews.llvm.org/D90697



More information about the llvm-commits mailing list