[NFC][flang] Add FIXME for privatization of loop bounds in Bridge.cpp
authorPeixin Qiao <qiaopeixin@huawei.com>
Wed, 27 Jul 2022 15:37:55 +0000 (23:37 +0800)
committerPeixin Qiao <qiaopeixin@huawei.com>
Wed, 27 Jul 2022 15:37:55 +0000 (23:37 +0800)
commit4640a8a22cbae50c03c5f41d145916258a17a491
treec3a1485f1f9f6fc68140209f14452af38f6f830b
parente079bf655832b2261faf6883984400a8c37b1baa
[NFC][flang] Add FIXME for privatization of loop bounds in Bridge.cpp

There is post comment of adding TODO/FIXME for privatization of loop
bounds in D127137. D127137 fixes the bug in OpenMP firstprivate clause,
which should be refactored later according to the post comment. Add
FIXME for it.

Differential Revision: https://reviews.llvm.org/D130625
flang/lib/Lower/Bridge.cpp