[clang] [llvm] [SROA] Refactor rewritePartition alloca type selection process (PR #167771)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 01:22:47 PST 2025


================
@@ -1482,6 +1482,7 @@ LLVM_DUMP_METHOD void AllocaSlices::dump() const { print(dbgs()); }
 
 /// Walk the range of a partitioning looking for a common type to cover this
 /// sequence of slices.
+/// Returns: {CommonType, LargestIntegerType, OnlyIntrinsicUsers}
----------------
nikic wrote:

Leftover? I don't see OnlyIntrinsicUsers here.

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


More information about the llvm-commits mailing list