[PATCH] D97223: Add Alignment argument to IRBuilder CreateAtomicRMW and CreateAtomicCmpXchg.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 15:30:20 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG24539f1ef247: Add Alignment argument to IRBuilder CreateAtomicRMW and CreateAtomicCmpXchg. (authored by jyknight).
Herald added a subscriber: cota.

Changed prior to commit:
  https://reviews.llvm.org/D97223?vs=325554&id=326529#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97223

Files:
  clang/lib/CodeGen/CGBuilder.h
  llvm/include/llvm/CodeGen/AtomicExpandUtils.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/CodeGen/AtomicExpandPass.cpp
  llvm/lib/IR/AutoUpgrade.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp
  llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97223.326529.patch
Type: text/x-patch
Size: 27129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210225/e2787c61/attachment.bin>


More information about the llvm-commits mailing list