diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2023-08-18 10:14:56 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2023-08-18 10:31:01 +0800 |
commit | 0816b3efbfaaf958a3f2e842aa3eacd525e7ae12 (patch) | |
tree | 46b9f3951547a567acf2de7a3bc502249347fbe8 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp | |
parent | d36180e6e2c050a15cf94349737914e161283008 (diff) | |
download | llvm-0816b3efbfaaf958a3f2e842aa3eacd525e7ae12.zip llvm-0816b3efbfaaf958a3f2e842aa3eacd525e7ae12.tar.gz llvm-0816b3efbfaaf958a3f2e842aa3eacd525e7ae12.tar.bz2 |
[RISCV] Check floating point vector instruction with SEW=64 is valid when vsetvl insertion
Scalar move and splat instruction are only demand the SEW is greater than
its own needs, but floating point vector with SEW=64 is not alwaws valid even
SEW=64 is valid, because we have a special configuration: zve64f.
So we need to check floating point vector instruction with SEW=64 is
valid when compute demand of floating point scalar move and splat
instruction.
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D158086
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions