[all-commits] [llvm/llvm-project] 21de51: [flang][NFC] static assert intrinsic table is sort...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Dec 18 09:12:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21de514872fc80424fbfd159485d71978b973c73
https://github.com/llvm/llvm-project/commit/21de514872fc80424fbfd159485d71978b973c73
Author: jeanPerier <jperier at nvidia.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
[flang][NFC] static assert intrinsic table is sorted (#120399)
This invariant is used below when searching for intrinsic
implementation. Currently, if the map is not sorted, the compiler will
just silently assume there is no such implementation.
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