[PATCH] D57242: [RISCV] Specify MaxAtomicInlineWidth for RISC-V

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 30 07:27:39 PST 2019


asb added a comment.

Thanks Lewis, I actually had a patch for this which I forgot to clean up and submit. I've done so now: D57450 <https://reviews.llvm.org/D57450>. That adds tests, and sets MaxAtomicInlineWidth and MaxAtomicPromoteWidth conditionally based on whether the target has the atomics extension or not.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57242





More information about the cfe-commits mailing list