Constant::getSplatValue has O(N) time complexity in the worst case,
where N is the # of elements in a vector. So we call
Constant::getAggregateElement first and return earlier if possible to
avoid unnecessary getSplatValue calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo