[PATCH] D144274: [InstCombine] use loop info when running the pass after loop vectorization
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 09:47:23 PST 2023
spatel added a comment.
Compile-time appears to be almost the same with this patch:
https://llvm-compile-time-tracker.com/compare.php?from=7067aee367d40882cf8324357ab5a09275a590b6&to=acda66ccbf5a30300fa646c33c70d703cb614347&stat=instructions:u
...so I think that means we're doing the same amount of loop analysis as before.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144274/new/
https://reviews.llvm.org/D144274
More information about the llvm-commits
mailing list