[PATCH] D124368: [LoopInstSimplify] Ignore users in unreachable blocks. PR55072

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 03:16:02 PDT 2022


mkazantsev added inline comments.


================
Comment at: llvm/test/Transforms/LoopInstSimplify/pr55072.ll:6
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128-ni:1-p2:32:8:8:32-ni:2"
 target triple = "x86_64-unknown-linux-gnu"
 
----------------
fhahn wrote:
> nit: the test shouldn't be X86 specific, can this be removed?
I guess so. Will update the test before commiting changes.


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

https://reviews.llvm.org/D124368



More information about the llvm-commits mailing list