[PATCH] D119876: [nfc][codegen] Move RegisterBank[Info].h under CodeGen
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 09:28:55 PST 2022
myhsu 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"
----------------
Hmm...did you use clang-format-diff.py? I wonder why this was changed (although it's a legit one)
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