This appeared in https://reviews.llvm.org/D126903#3884061
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Utils/VNCoercion.cpp | ||
---|---|---|
359 | nit: if (const auto* memset_inst = dyn_cast<MemSetInst>(MI)) to avoid the redundant cast below ? |
nit: if (const auto* memset_inst = dyn_cast<MemSetInst>(MI)) to avoid the redundant cast below ?