[all-commits] [llvm/llvm-project] d04734: [AlignmentFromAssumptions] Regenerate test checks ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Aug 15 07:13:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0473420121556f2a9e498e656037c3beca25d82
      https://github.com/llvm/llvm-project/commit/d0473420121556f2a9e498e656037c3beca25d82
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M llvm/test/Transforms/AlignmentFromAssumptions/simple.ll

  Log Message:
  -----------
  [AlignmentFromAssumptions] Regenerate test checks (NFC)


  Commit: 97c0df5eb23d053de8001c531ab107dc494d3b6c
      https://github.com/llvm/llvm-project/commit/97c0df5eb23d053de8001c531ab107dc494d3b6c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
    M llvm/test/Transforms/AlignmentFromAssumptions/simple.ll

  Log Message:
  -----------
  [AlignmentFromAssumes] Handle non-power-of-two alignment (PR64687)

Align operand bundles can contain non-power-of-two alignments,
but LLVM otherwise does not support them. Bail out in that case
instead of crashing.

Fixes https://github.com/llvm/llvm-project/issues/64687.


Compare: https://github.com/llvm/llvm-project/compare/611ce24114aa...97c0df5eb23d


More information about the All-commits mailing list