Files
clang-p2996/flang/runtime/findloc.cpp
Peter Klausler 9f3a611480 [flang] Don't needlessly instantiate distinct UNSIGNED cases for FINDLOC (#120471)
The FINDLOC runtime doesn't need to distinguish between INTEGER and
UNSIGNED data, so use the code for INTEGER also for UNSIGNED.
2024-12-18 11:37:26 -08:00

14 KiB