diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2023-11-13 14:07:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 14:07:38 -0800 |
commit | 67f15e76ebd23f659168f845f9660d3e5e9c606c (patch) | |
tree | c9a8c574f241db6435fdca4ca2ece6030793f5fb /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c66d5f57ce7f3b1510c53f6062387f9b5dd20e90 (diff) | |
download | llvm-67f15e76ebd23f659168f845f9660d3e5e9c606c.zip llvm-67f15e76ebd23f659168f845f9660d3e5e9c606c.tar.gz llvm-67f15e76ebd23f659168f845f9660d3e5e9c606c.tar.bz2 |
[flang] Fold IS_IOSTAT_END() & IS_IOSTAT_EOR() (#70971)
These intrinsic functions are not particularly valuable -- one can just
compare a value to IOSTAT_END or IOSTAT_EOR directly -- but they are in
the standard and are allowed to appear in constant expressions, so
here's code to fold them.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions