llvm-project
2f6854f6 - [IRBuilder] Add getByteTy and use it in CreatePtrAdd

Commit
3 days ago
[IRBuilder] Add getByteTy and use it in CreatePtrAdd The change requires DataLayout instance to be available, which, in turn, requires insertion point to be set. In-tree tests detected only one case when the function was called without setting an insertion point, it was changed to create a constant expression directly.
Author
Committer
Parents
Loading