diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2024-05-20 17:00:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 17:00:38 -0700 |
commit | 7064e4b1633811da984261fdc585ba4438efe827 (patch) | |
tree | 562476c0b7f07c3cfbac96e2bae5c60fd5789af3 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | bb627b0a0c05e0bb04ae7f984b8e7fcd84906061 (diff) | |
download | llvm-7064e4b1633811da984261fdc585ba4438efe827.zip llvm-7064e4b1633811da984261fdc585ba4438efe827.tar.gz llvm-7064e4b1633811da984261fdc585ba4438efe827.tar.bz2 |
[RISCV] Split and rename WriteVISlideX into WriteVSlideUpX and WriteVSlideDownX (#92605)
Some processors might have different latencies and/or rthroughput for
slide up and down operations on integer vectors, yet there is only a
single SchedWrite for both of them at this moment. This patch splits
this SchedWrite into two as well as drop the "I" before "Slide" since
such information is redundant. We also do the same renaming on
`WriteVISlideI`.
Note that we only split the X variant (i.e. using a register value for
index offset) for now.
This is effectively NFC.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions