[PATCH] D138636: [LSR] Hoist IVInc to loop header if its all uses are in the loop header

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 07:45:41 PST 2022


eopXD added inline comments.


================
Comment at: llvm/test/Transforms/LoopStrengthReduce/ivincs-hoist.ll:4
 
+target triple = "aarch64-unknown-linux-gnu"
 target datalayout = "e-m:w-p:64:64-i32:32-i64:64-i128:128-n32:64-S128"
----------------
As a generic test case here (not under a specific target), is there other ways to show the effect of this patch without adding this target triple?


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

https://reviews.llvm.org/D138636



More information about the llvm-commits mailing list