[llvm] [RISCV] Improve use of BSETI/BCLRI in constant materialization. (PR #91546)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 18:18:27 PDT 2024
================
@@ -10,7 +10,9 @@
#include "MCTargetDesc/RISCVMCTargetDesc.h"
#include "llvm/ADT/APInt.h"
#include "llvm/MC/MCInstBuilder.h"
+#include "llvm/Support/Debug.h"
----------------
dtcxzyw wrote:
I don't think these header files are required.
https://github.com/llvm/llvm-project/pull/91546
More information about the llvm-commits
mailing list