Since we no longer support typed LLVM IR pointer types, the code can
be simplified into for example using PointerType::get directly instead
of using Type::getInt8PtrTy and Type::getInt32PtrTy etc.
Details
Details
- Reviewers
- None
- Commits
- rGfd05c34b18fb: Stop using legacy helpers indicating typed pointer types. NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo