[PATCH] D147539: [LV] Enable stride versioning to support Fortran IR
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 01:53:14 PDT 2023
david-arm added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/stride-accesses-unit-check-fix.ll:33
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+
----------------
Not sure if we should be including target-specific things for tests in the top level LoopVectorize directory?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147539/new/
https://reviews.llvm.org/D147539
More information about the llvm-commits
mailing list