[all-commits] [llvm/llvm-project] 6de645: Use getAlign() on atomicrmw/cmpxchg instructions, ...

James Y Knight via All-commits all-commits at lists.llvm.org
Fri Feb 26 12:07:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6de6455752c139bd3f13443be6a5046e9199f037
      https://github.com/llvm/llvm-project/commit/6de6455752c139bd3f13443be6a5046e9199f037
  Author: James Y Knight <jyknight at google.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  Use getAlign() on atomicrmw/cmpxchg instructions, now that it's available.

These locations were missed as part of adding alignment to the
instructions, and were still making their own alignment assumptions.




More information about the All-commits mailing list