[PATCH] D131863: [CodeGen] Fix restore blocks' BasicBlock information in branch relaxation
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 11:06:56 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/BranchRelaxation.cpp:21
#include "llvm/Config/llvm-config.h"
+#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/DebugLoc.h"
----------------
Don’t see why you need this include
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131863/new/
https://reviews.llvm.org/D131863
More information about the llvm-commits
mailing list