[PATCH] D113923: [NFC][flang] Inclusive language: remove instances of master

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 08:04:36 PST 2021


schweitz added inline comments.


================
Comment at: flang/test/Lower/pre-fir-tree04.f90:13
   integer :: counter[*]
-  logical :: is_master
   ! CHECK: <<ChangeTeamConstruct>>
----------------
Can you leave a LOGICAL variable declaration and just give the variable a new name instead? Could be a property like `is_square` or something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113923



More information about the llvm-commits mailing list