[PATCH] D83361: [LLVM] Add libatomic load/store functions to TargetLibraryInfo
Gui Andrade via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 09:25:59 PDT 2020
guiand marked an inline comment as done.
guiand added inline comments.
================
Comment at: llvm/lib/Analysis/TargetLibraryInfo.cpp:178
+ bool isARM = (T.getArch() == Triple::aarch64 || T.getArch() == Triple::arm);
+
----------------
rovka wrote:
> Nit: this doesn't need to move.
I moved it just up one scope so I can use it in the if statement below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83361/new/
https://reviews.llvm.org/D83361
More information about the llvm-commits
mailing list