[llvm] [IR] Use SmallVector::append to replace a loop. (PR #143586)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 12:29:36 PDT 2025


topperc wrote:

I just realized the ConstantAggregateZero part of this is dead code due to an earlier check for  ConstantAggregateZero. I'll just refactor this to handle undef earlier and remove the scalable check.

https://github.com/llvm/llvm-project/pull/143586


More information about the llvm-commits mailing list