[all-commits] [llvm/llvm-project] 12389e: [MachineOutliner] Add statistics for unsigned vect...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Thu Feb 17 18:26:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12389e375811d46ce41d949857f8b469d6563114
https://github.com/llvm/llvm-project/commit/12389e375811d46ce41d949857f8b469d6563114
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/MachineOutliner.cpp
Log Message:
-----------
[MachineOutliner] Add statistics for unsigned vector size
Useful for debugging + evaluating improvements to the outliner.
Stats are the number of illegal, legal, and invisible instructions in the
unsigned vector, and it's total length.
More information about the All-commits
mailing list