[PATCH] D31287: [mips] Fix atomic compare and swap at O0, v3

Stefan Maksimovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 04:19:11 PDT 2018


smaksimovic added a comment.

@sdardis I hadn't checked myself before posting but as you say that is indeed what clang-format outputs.



================
Comment at: lib/Target/Mips/MipsISelLowering.cpp:1805
+
+  // The scratch registers here with the EarlyClobber | Define | Dead | Implict
+  // flags are used to coerce the register allocator and the machine verifier to
----------------
Implicit typo


Repository:
  rL LLVM

https://reviews.llvm.org/D31287





More information about the llvm-commits mailing list