[all-commits] [llvm/llvm-project] 684b62: [RISCV][TableGen] Remove HasMaskedOffOperand as a ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Oct 18 15:56:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 684b6265b31cabf422b01cd8937a3641c6df914f
https://github.com/llvm/llvm-project/commit/684b6265b31cabf422b01cd8937a3641c6df914f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[RISCV][TableGen] Remove HasMaskedOffOperand as a member of RVVIntrinsic. NFC
This value is only used by the RVVIntrinsic constructor. We don't
need it to be a member.
More information about the All-commits
mailing list