[all-commits] [llvm/llvm-project] d06ab7: Encode alignment attribute for `atomicrmw`

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Feb 11 12:18:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d06ab79816785fa362e7d96d7a398bea8064cba7
      https://github.com/llvm/llvm-project/commit/d06ab79816785fa362e7d96d7a398bea8064cba7
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/test/Bitcode/compatibility.ll
    M llvm/test/Transforms/GCOVProfiling/atomic-counter.ll

  Log Message:
  -----------
  Encode alignment attribute for `atomicrmw`

This is a follow up patch to D83136 adding the align attribute to `atomicwmw`.

Differential Revision: https://reviews.llvm.org/D83465


  Commit: 17517f3178b5cdda832c4e90f618437c13560013
      https://github.com/llvm/llvm-project/commit/17517f3178b5cdda832c4e90f618437c13560013
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/test/Bitcode/compatibility.ll

  Log Message:
  -----------
  Encode alignment attribute for `cmpxchg`

This is a follow up patch to D83136 adding the align attribute to `cmpxchg`.
See also D83465 for `atomicrmw`.

Differential Revision: https://reviews.llvm.org/D87443


Compare: https://github.com/llvm/llvm-project/compare/cb41ee92dab8...17517f3178b5


More information about the All-commits mailing list