[all-commits] [llvm/llvm-project] 541e47: [RISCV] Infer mask type from data type for vector ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 16 21:02:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 541e476fc0682e71d70f6cfc7a42592910acf2a5
https://github.com/llvm/llvm-project/commit/541e476fc0682e71d70f6cfc7a42592910acf2a5
Author: Craig Topper <craig.topper at sifive.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
Log Message:
-----------
[RISCV] Infer mask type from data type for vector vle and vse intrinsics.
The mask type should have the same number of elements as the data
type.
Similar to D93409 which did this for arithmetic intrinsics.
More information about the All-commits
mailing list