Reorder setMaxAtomicSizeInBitsSupported() in numerical and more logical order.
Details
Details
- Reviewers
MaskRay nemanjai - Group Reviewers
Restricted Project - Commits
- rGa3e524df9049: [PowerPC] Reorder setMaxAtomicSizeInBitsSupported(). NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
Comment Actions
Yes, I would expect shouldInlineQuadwordAtomics to check for the appropriate environment.
I wonder whether PPC32 may make shouldInlineQuadwordAtomics true in the future.
If that were the case I would expect shouldInlineQuadwordAtomics to check what is appropriate.