[PATCH] D66252: [RISCV] Convert registers from unsigned to Register
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 05:03:31 PDT 2019
lenary added a comment.
I'm pretty happy with this. Just one question to answer (below) and then it can probably be merged.
================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp:19
#include "llvm/CodeGen/MachineInstrBuilder.h"
+#include "llvm/CodeGen/Register.h"
#include "llvm/CodeGen/RegisterScavenging.h"
----------------
Do we need this if nothing else in the file has changed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66252/new/
https://reviews.llvm.org/D66252
More information about the llvm-commits
mailing list