LLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw/cmpxchg instruction.
authorJames Y Knight <jyknight@google.com>
Fri, 12 Feb 2021 22:09:18 +0000 (17:09 -0500)
committerJames Y Knight <jyknight@google.com>
Fri, 12 Feb 2021 23:31:18 +0000 (18:31 -0500)
commit8bd8534aa3bdddf328683d79cfa46ee1d678f3d2
treec0f9b5ebf0dba28f5df7476a53ba48c5cb0de4d1
parent8fc219d58feb9b4027feae3a3376598d60b93289
LLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw/cmpxchg instruction.

(Now that these can have alignment specified.)
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp
llvm/test/Bindings/llvm-c/echo.ll
llvm/tools/llvm-c-test/echo.cpp