[PATCH] D156532: [Pipelines] Perform hoisting prior to GVN
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 10:16:27 PDT 2023
aeubanks accepted this revision.
aeubanks added a comment.
lg
================
Comment at: llvm/test/Transforms/PhaseOrdering/gvn-replacement-vs-hoist.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
; RUN: opt -S -O3 < %s | FileCheck %s
----------------
artagnon wrote:
> I just noticed that you're using the old PM. If you change this to `opt -S -passes='default<O3>'`, this example will be vectorized as well.
they should be equivalent now
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156532/new/
https://reviews.llvm.org/D156532
More information about the llvm-commits
mailing list