diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2024-01-19 11:34:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 11:34:16 -0800 |
commit | 2b31a673de51061d0407b79127054a5083659efc (patch) | |
tree | c6f19961707120fb1b97f20ba587e0bad6592f52 /llvm/lib/CodeGen/StackMaps.cpp | |
parent | c067524852816c9f6a99ddbb888cd33b9c5a2042 (diff) | |
download | llvm-2b31a673de51061d0407b79127054a5083659efc.zip llvm-2b31a673de51061d0407b79127054a5083659efc.tar.gz llvm-2b31a673de51061d0407b79127054a5083659efc.tar.bz2 |
[llvm-exegesis] Make duplicate snippet repetitor produce whole snippets (#77224)
Currently, the duplicate snippet repetitor will truncate snippets that
do not exactly divide the minimum number of instructions. This patch
corrects that behavior by making the duplicate snippet repetitor
duplicate the snippet in its entirety until the minimum number of
instructions has been reached.
This makes the behavior consistent with the loop snippet repetitor,
which will execute at least `--num-repetitions` (soon to be renamed
`--min-instructions`) instructions.
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions