[PATCH] D125345: [NFC] Run clang-format on llvm/lib/Target/X86/X86InstrInfo.cpp

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 16:34:19 PDT 2022


craig.topper added a comment.

That title is misleading. I expected a large patch formatting the whole file and making lots of changes.

Something like "[X86] Fix 80 column violation in X86InstrInfo.cpp. NFC" would be more precise.



================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:1052
     //
     // FIXME: As opposed to poisoning the SF bit direclty, consider peeking into
+    // the AND instruction and using the static information to guide peephole
----------------
"directly" is misspelled here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125345/new/

https://reviews.llvm.org/D125345



More information about the llvm-commits mailing list