[PATCH] D69538: [ModuloSchedule] Fix experimental modulo expansion for data loop carried dependencies.

Thomas Raoux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 14:56:45 PST 2019


ThomasRaoux marked 7 inline comments as done.
ThomasRaoux added inline comments.


================
Comment at: llvm/test/CodeGen/Hexagon/swp-conv3x3-nested.ll:2
 ; RUN: llc -march=hexagon < %s -pipeliner-experimental-cg=true | FileCheck %s
-; XFAIL: *
-; LSR changes required.
----------------
jmolloy wrote:
> Was this xfail deliberately removed?
Yes it is removed on purpose as with this change this program pipelines in 13 bundles as the test originally expect. Looking at it the code seems correct to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69538/new/

https://reviews.llvm.org/D69538





More information about the llvm-commits mailing list