[PATCH] D88880: [LoopFlatten] Initial support for different types

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 02:26:08 PDT 2020


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/Transforms/LoopFlatten/zext-i64.ll:83
 ;
 define dso_local void @zext_used(i32 %N, i32* nocapture %C, i16* nocapture readonly %A, i16 %val) {
 ; CHECK-LABEL: @zext_used(
----------------
This file shows changes compared to a local initial commit of this new file to better highlight the modifications of this changes. Here's the negative test, a case that should not be transformed.


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

https://reviews.llvm.org/D88880



More information about the llvm-commits mailing list