diff options
author | Florian Hahn <flo@fhahn.com> | 2025-08-08 11:44:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 11:44:32 +0100 |
commit | 82d633e9ff51962eb21fb58d38b74b4e8829a199 (patch) | |
tree | 9ba8e64c080760933bc97ca0513ce7a3f272267e /llvm/lib/Bitcode/Writer | |
parent | 9349484e8f4c306318f75862ed25be6ec4c30ab8 (diff) | |
download | llvm-82d633e9ff51962eb21fb58d38b74b4e8829a199.zip llvm-82d633e9ff51962eb21fb58d38b74b4e8829a199.tar.gz llvm-82d633e9ff51962eb21fb58d38b74b4e8829a199.tar.bz2 |
[VPlan] Materialize vector trip count using VPInstructions. (#151925)
Materialize the vector trip count computation using VPInstruction
instead of directly creating IR. This is one of the last few steps
needed to model the full vector skeleton in VPlan. It also simplifies
vector-trip count computations for scalable vectors, as we can re-use
the UF x VF computation.
PR: https://github.com/llvm/llvm-project/pull/151925
Diffstat (limited to 'llvm/lib/Bitcode/Writer')
0 files changed, 0 insertions, 0 deletions