[PATCH] D91525: [LoopLoadElim] Make sure all loops are in simplify form. PR48150
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 12:08:06 PST 2020
aeubanks added a comment.
I'm not super familiar with this, do you know why this only affects the new PM? (the code looks fine, I'd just like to understand what's going on better)
================
Comment at: llvm/test/Transforms/LoopLoadElim/pr-48150.ll:2
; RUN: opt -passes=loop-load-elim -S < %s | FileCheck %s
; REQUIRES: asserts
----------------
is this still necessary?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91525/new/
https://reviews.llvm.org/D91525
More information about the llvm-commits
mailing list