Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The new removeIntrinsicUsers is much nicer; LGTM
llvm/lib/Transforms/Scalar/SROA.cpp | ||
---|---|---|
3090 | We could pass down the Use here, if we cared; the caller computes it. But this is okay for now. |
llvm/lib/IR/Value.cpp | ||
---|---|---|
183 | we could add an |
we could add an
assert(Usr->isDroppable());