[flang-commits] [flang] change exitstat and cmsstat from AnyInt to DefaultInt (PR #78286)

Yi Wu via flang-commits flang-commits at lists.llvm.org
Tue Jan 16 08:59:26 PST 2024


yi-wu-arm wrote:

> exitstat can be any kind >= 4. cmdstat can be any kind >= 2.

Added a `KindCode::greaterAndEqualTo` in intrinsics to allow this kind check.


https://github.com/llvm/llvm-project/pull/78286


More information about the flang-commits mailing list