[all-commits] [llvm/llvm-project] 2c5ff4: [Alignment][NFC] Migrate AtomicExpandPass to Align

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 30 02:55:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c5ff48e61b5611dee5696c103e654c98d7e43f1
      https://github.com/llvm/llvm-project/commit/2c5ff48e61b5611dee5696c103e654c98d7e43f1
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/Instructions.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/IR/Instructions.cpp

  Log Message:
  -----------
  [Alignment][NFC] Migrate AtomicExpandPass to Align

This is a followup on D78403.
I'm unsure about `getAtomicOpAlign` overloads that take `AtomicRMWInst` and `AtomicCmpXchgInst`, shouldn't `getAlign` provide the correct answer already?

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




More information about the All-commits mailing list