[PATCH] D124222: [RISCV] Improve constant materialization for cases that can use LUI+ADDI instead of LUI+ADDIW.

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 06:06:26 PDT 2022


luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp:13-14
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 using namespace llvm;
----------------
Nit: not needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124222/new/

https://reviews.llvm.org/D124222



More information about the llvm-commits mailing list