[llvm] [RISCV] Add DAG combine to turn (sub (shl X, 8-Y), (shr X, Y)) into orc.b (PR #111828)

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 07:21:12 PDT 2024


================
@@ -23,12 +23,14 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/MemoryLocation.h"
 #include "llvm/Analysis/VectorUtils.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
----------------
nemanjai wrote:

I suppose this is clang-format or clang-tidy adding these as I'm sure you have not introduced the *first* use of anything from these newly added headers.

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


More information about the llvm-commits mailing list