[PATCH] D119200: Match-up type sizes for possible extensions, based on actual bit-size rather than rounded-up byte size.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 01:10:48 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopLoadElim/loop-i1-count.ll:9
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
is there anything x86 specific about the test? If not please remove the target triple.


================
Comment at: llvm/test/Transforms/LoopLoadElim/loop-i1-count.ll:46
+  %0 = or i1 true, undef
+  br i1 %0, label %cond.end.for.cond.cleanup.loopexit_crit_edge, label %for.body, !llvm.loop !1
+}
----------------
`!llvm.loop` needed?


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

https://reviews.llvm.org/D119200



More information about the llvm-commits mailing list