[PATCH] D151031: [llvm] Reduce ComplexDeinterleavingPass.h includes
Elliot Goodrich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 20 08:27:06 PDT 2023
IncludeGuardian added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp:24
#include "llvm/IR/IntrinsicsAMDGPU.h"
+#include "llvm/IR/PatternMatch.h"
#include "llvm/Support/CommandLine.h"
----------------
This review is a resubmission of https://reviews.llvm.org/D150514 as it broke the build since there was a more recent change to `AMDGPUISelLowering.cpp` that needs this include.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151031/new/
https://reviews.llvm.org/D151031
More information about the llvm-commits
mailing list