[llvm] [SandboxVec][BottomUpVec] Add cost estimation and tr-accept-or-revert pass (PR #124620)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 14:59:45 PST 2025
================
@@ -92,11 +92,14 @@ class Region {
/// All the instructions in the Region. Only new instructions generated during
/// vectorization are part of the Region.
SetVector<Instruction *> Insts;
+ /// An auxiliary sequence of Instruction-Index pairs.
----------------
vporpo wrote:
I added a small paragraph at the bottom of the class description.
https://github.com/llvm/llvm-project/pull/124620
More information about the llvm-commits
mailing list