[PATCH] D156479: GlobalISel: Pass MachineIRBuilder to applyMappingImpl
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 04:16:16 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h:25
#include "llvm/CodeGen/GlobalISel/GISelKnownBits.h"
+#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/RuntimeLibcalls.h"
----------------
This include shouldn't be necessary
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156479/new/
https://reviews.llvm.org/D156479
More information about the llvm-commits
mailing list