[PATCH] D155379: [PowerPC] Reorder setMaxAtomicSizeInBitsSupported(). NFC
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 12:24:44 PDT 2023
MaskRay added a comment.
`shouldInlineQuadwordAtomics` contains a `Subtarget.isPPC64()` check, so this is NFC for both PPC32 and PPC64.
I wonder whether PPC32 may make `shouldInlineQuadwordAtomics` true in the future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155379/new/
https://reviews.llvm.org/D155379
More information about the llvm-commits
mailing list