[PATCH] D57629: [LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 16:20:17 PST 2019


davide marked an inline comment as done.
davide added inline comments.


================
Comment at: llvm/test/Transforms/LoopIdiom/dbginfo-cost.ll:1
+; RUN: opt -S -loop-idiom -mtriple=systemz-unknown -mcpu=z13 %s | FileCheck %s
+
----------------
this is a little annoying, but the transformation seems to be impacted by the intrinsic cost, and I wasn't able to generate a test that doesn't involve target specific bits.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57629





More information about the llvm-commits mailing list