[llvm] [RISCV][GlobalISel] Lower G_ATOMICRMW_SUB via G_ATOMICRMW_ADD (PR #155972)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 22:17:48 PDT 2025
================
@@ -26,6 +26,7 @@
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/Register.h"
----------------
topperc wrote:
Surely this already included transitively?
https://github.com/llvm/llvm-project/pull/155972
More information about the llvm-commits
mailing list