[all-commits] [llvm/llvm-project] 1730b0: [RISCV] Remove '.mask' from vcompress intrinsic na...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jan 12 14:46:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1730b0f66adaea6ed65d441dc2032013dd3c3664
https://github.com/llvm/llvm-project/commit/1730b0f66adaea6ed65d441dc2032013dd3c3664
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/test/CodeGen/RISCV/rvv/vcompress-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vcompress-rv64.ll
Log Message:
-----------
[RISCV] Remove '.mask' from vcompress intrinsic name. NFC
It has a mask argument, but isn't a masked instruction. It doesn't
use the mask policy of or the v0.t syntax.
More information about the All-commits
mailing list