-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(complete-cg): use LLVM isLegalToPromote
We wrote the code ourselves that ensures a resolved call is type-compatible with the actual call. Since LLVM 14 (maybe some earlier version) we can use isLegalToPromote for that. This change was already committed in 156e5f1 in dev14-jn branch but it was not ported to dev14.
- Loading branch information
Showing
1 changed file
with
9 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters