Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/VectorUtils.cpp | ||
---|---|---|
967 | Depending on how common the pattern is, it might make sense to add getLoadStoreType to complement getLoadStorePointerOperand (and getLoadStoreAlignment and getLoadStoreAddressSpace). |
llvm/lib/Analysis/VectorUtils.cpp | ||
---|---|---|
967 | Yeah, +1. There's something like 40 calls to this function, so probably worth having an opaque pointer equivalent. |
Depending on how common the pattern is, it might make sense to add getLoadStoreType to complement getLoadStorePointerOperand (and getLoadStoreAlignment and getLoadStoreAddressSpace).