Some places in the alloc-like op conversion use the converted index type
whereas other places use the pointer-sized integer type, which may not be the
same. Consistently use the converted index type, similarly to other address
calculations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo