[llvm] [llvm-exegesis] Implement the loop repetition mode for AArch64 (PR #154751)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 07:10:52 PDT 2025


================
@@ -28,6 +28,8 @@
 #define GET_AVAILABLE_OPCODE_CHECKER
 #include "AArch64GenInstrInfo.inc"
 
+#include "llvm/CodeGen/MachineInstrBuilder.h"
----------------
boomanaiden154 wrote:

Nit: This can probably go with the group of includes at the top of the file?

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


More information about the llvm-commits mailing list