[PATCH] D117763: [AArch64][GlobalISel] CodeGen for Armv8.8/9.3 MOPS
Son Tuan Vu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 13:45:22 PST 2022
tyb0807 added inline comments.
================
Comment at: llvm/unittests/Target/AArch64/InstSizes.cpp:25
- return std::unique_ptr<LLVMTargetMachine>(static_cast<LLVMTargetMachine*>(
- TheTarget->createTargetMachine(TT, CPU, FS, TargetOptions(), None, None,
- CodeGenOpt::Default)));
+ return std::unique_ptr<LLVMTargetMachine>(
+ static_cast<LLVMTargetMachine *>(TheTarget->createTargetMachine(
----------------
tyb0807 wrote:
> dmgreen wrote:
> > All of this seems unrelated?
> This is the result of `clang-format -i`, I guess this is more correct than the older format
Reverted these formatting, according to https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access (point 2). Thanks to @lenary for pointing this out
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117763/new/
https://reviews.llvm.org/D117763
More information about the llvm-commits
mailing list