Add type parameter to TargetLowering::emitLoadLinked.
Details
Details
- Reviewers
aeubanks nikic - Group Reviewers
Restricted Project - Commits
- rGdf88c26f0d6f: [OpaquePtr] Add type parameter to emitLoadLinked
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it possible to add a test for this (without running into other crashes)? That is, add a variant using ptr to an existing test for this functionality?
Otherwise this looks good to me.
Comment Actions
Fixed a couple of missed uses of getElementType.
Added a test for Hexagon. Both ARM and AArch64 were crashing in getTgtMemIntrinsic during DAG construction.
clang-tidy: warning: 'auto PtrTy' can be declared as 'auto *PtrTy' [llvm-qualified-auto]
not useful