Files
clang-p2996/llvm/lib/Transforms
Alexander Richardson 4646cabf01 [SanitizerCoverage] Avoid unnecessary inttoptr
We are indexing into an array here, so we can use
CreateConstInBoundsGEP2_64 instead of the manual arithmetic.

Reviewed By: vitalybuka

Pull Request: https://github.com/llvm/llvm-project/pull/119097
2024-12-09 09:19:13 -08:00
..