[PATCH] D83136: [NFC] Adding the align attribute on Atomic{CmpXchg|RMW}Inst
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 3 10:12:41 PDT 2020
gchatelet created this revision.
gchatelet added reviewers: courbet, jyknight.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is the first step to add support for the align attribute to AtomicRMWInst and AtomicCmpXchgInst.
Next step is to add support in IRBuilder and BitcodeReader.
Bug: https://bugs.llvm.org/show_bug.cgi?id=27168
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83136
Files:
llvm/include/llvm/IR/IRBuilder.h
llvm/include/llvm/IR/Instructions.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/IR/Instructions.cpp
llvm/unittests/Analysis/AliasAnalysisTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83136.275419.patch
Type: text/x-patch
Size: 18437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200703/3ab61f4b/attachment.bin>
More information about the llvm-commits
mailing list