[all-commits] [llvm/llvm-project] 74c723: [NFC] Adding the align attribute on Atomic{CmpXchg...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Jul 7 02:54:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 74c723757e69fbe7d85e42527d07b728113699ae
https://github.com/llvm/llvm-project/commit/74c723757e69fbe7d85e42527d07b728113699ae
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/unittests/Analysis/AliasAnalysisTest.cpp
Log Message:
-----------
[NFC] Adding the align attribute on Atomic{CmpXchg|RMW}Inst
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
Differential Revision: https://reviews.llvm.org/D83136
More information about the All-commits
mailing list