[llvm] [RISCV] Improve use of BSETI/BCLRI in constant materialization. (PR #91546)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 18:39:23 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"
----------------
topperc wrote:

They aren't. I was using them for debug printing and forgot to remove them

https://github.com/llvm/llvm-project/pull/91546


More information about the llvm-commits mailing list