Files
clang-p2996/llvm/lib/IR/Intrinsics.cpp
Chandler Carruth f0297ae552 Switch the intrinsic names to a string table (#118929)
This avoids the need to dynamically relocate each pointer in the table.

To make this work, this PR also moves the binary search of intrinsic
names to an internal function with an adjusted signature, and switches
the unittesting to test against actual intrinsics.
2024-12-07 17:53:59 -08:00

40 KiB