[all-commits] [llvm/llvm-project] 9f3a61: [flang] Don't needlessly instantiate distinct UNSI...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Dec 18 11:37:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f3a6114807b66738585af060012927bd0f05b88
https://github.com/llvm/llvm-project/commit/9f3a6114807b66738585af060012927bd0f05b88
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M flang/runtime/findloc.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list