[all-commits] [llvm/llvm-project] a24cc4: [ArgPromotion] Add alignment test (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Feb 1 01:45:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a24cc48bc6ff9abb09c73f8d9a3c32c154e48968
      https://github.com/llvm/llvm-project/commit/a24cc48bc6ff9abb09c73f8d9a3c32c154e48968
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    A llvm/test/Transforms/ArgumentPromotion/align.ll

  Log Message:
  -----------
  [ArgPromotion] Add alignment test (NFC)

This shows a miscompile in the current argpromotion implementation:
We may speculatively execute overaligned loads.




More information about the All-commits mailing list