[PATCH] D98475: [LoopInterchange] Fix transformation bugs in loop interchange

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 13:46:42 PDT 2021


bmahjour added inline comments.


================
Comment at: llvm/test/Transforms/LoopInterchange/outer-header-jump-to-inner-latch.ll:91
+; Triply nested loop
+define internal fastcc void @test2() unnamed_addr #1 {
+;CHECK:     entry:
----------------
[nit] remove unused attributes and markers like `fastcc`, `unnamed_addr`, `#1`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98475



More information about the llvm-commits mailing list