diff options
author | Florian Hahn <flo@fhahn.com> | 2024-07-08 16:34:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 16:34:42 +0100 |
commit | 0577cdaa32b26c02e16822343e7039b999f43d58 (patch) | |
tree | 383adde435738d04f5418f18f409c9b53c20c3eb /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | f5b9e11eb8ada0e7cc292f9ecd29a220d1265084 (diff) | |
download | llvm-0577cdaa32b26c02e16822343e7039b999f43d58.zip llvm-0577cdaa32b26c02e16822343e7039b999f43d58.tar.gz llvm-0577cdaa32b26c02e16822343e7039b999f43d58.tar.bz2 |
[LV] Split checking if tail-folding is possible, collecting masked ops. (#77612)
Introduce new canFoldTail helper which only checks if tail-folding is
possible, but without modifying MaskedOps.
Just because tail-folding is possible doesn't mean the tail will be
folded; that's up to the cost-model to decide. Separating the check if
tail-folding is possible and preparing for tail-folding makes sure that
MaskedOps is only populated when tail-folding is actually selected.
PR: https://github.com/llvm/llvm-project/pull/77612
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions