[PATCH] D119876: [nfc][codegen] Move RegisterBank[Info].h under CodeGen
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 10:40:37 PST 2022
mtrofin marked an inline comment as done.
mtrofin added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMTargetMachine.cpp:43
#include "llvm/Pass.h"
+#include "llvm/Support/ARMTargetParser.h"
#include "llvm/Support/CodeGen.h"
----------------
myhsu wrote:
> Hmm...did you use clang-format-diff.py? I wonder why this was changed (although it's a legit one)
did git clang-format, and since that had to re-sort the includes due to my change, it affected incorrectly placed lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119876/new/
https://reviews.llvm.org/D119876
More information about the llvm-commits
mailing list