[all-commits] [llvm/llvm-project] a5573b: [LV] Precommit test for interleaving miscompile

annamthomas via All-commits all-commits at lists.llvm.org
Mon Jul 17 14:25:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5573bf030e81ee25b3c4e490c4f79009119aa09
      https://github.com/llvm/llvm-project/commit/a5573bf030e81ee25b3c4e490c4f79009119aa09
  Author: Anna Thomas <anna at azul.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    A llvm/test/Transforms/LoopVectorize/X86/interleaved-accesses-sink-store-across-load.ll

  Log Message:
  -----------
  [LV] Precommit test for interleaving miscompile

Identified another miscompile while working on fixing interleaving's
current miscompile in D154309. This is different from testcases landed in D154309,
since it showcases an incorrect sinking of store (the former testcases
in that review and follow-up ones) showed incorrect hoisting of loads
across stores.




More information about the All-commits mailing list