[all-commits] [llvm/llvm-project] c7191e: DAG: Don't pass 0 alignment value to allowsMisalig...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 13 06:33:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c7191e318544ea0c30b5678c1f2e79e0c5be9628
      https://github.com/llvm/llvm-project/commit/c7191e318544ea0c30b5678c1f2e79e0c5be9628
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    A llvm/test/CodeGen/AMDGPU/memcpy-fixed-align.ll

  Log Message:
  -----------
  DAG: Don't pass 0 alignment value to allowsMisalignedMemoryAccesses

I think not unconditionally passing getDstAlign is broken, but leave
that for another change.




More information about the All-commits mailing list