[PATCH] D87443: Encode alignment attribute for `cmpxchg`
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 02:28:12 PDT 2020
gchatelet created this revision.
gchatelet added reviewers: courbet, jyknight.
Herald added subscribers: llvm-commits, jfb, hiraditya.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
gchatelet requested review of this revision.
This is a follow up patch to D83136 <https://reviews.llvm.org/D83136> adding the align attribute to `cmpxchg`.
See also D83465 <https://reviews.llvm.org/D83465> for `atomicrmw`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87443
Files:
llvm/docs/LangRef.rst
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/test/Bitcode/compatibility.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87443.290911.patch
Type: text/x-patch
Size: 11290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/fd6d1241/attachment.bin>
More information about the llvm-commits
mailing list