Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 2,560 ms | x64 debian > libarcher.races::lock-unrelated.c | 
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).