[PATCH] D59566: [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpus

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 12:25:00 PDT 2019


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

> This is needed to get the LLONG_LOCK_FREE macro to be 2 on i586 and greater.

Not sure these tests are really valuable, given we plan to change that immediately after this is merged, but fine, I guess.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59566





More information about the cfe-commits mailing list