[PATCH] D117989: [RISCV] Add the passthru operand for RVV nomask binary intrinsics.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 10:33:37 PST 2022
craig.topper added a comment.
LGTM other than what I think is an unnecessary include.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:15
#include "RISCVISelLowering.h"
+#include "MCTargetDesc/RISCVBaseInfo.h"
#include "MCTargetDesc/RISCVMatInt.h"
----------------
This file is included in RISCV.h can we remove this change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117989/new/
https://reviews.llvm.org/D117989
More information about the cfe-commits
mailing list