[PATCH] D55009: [GVN] Don't perform scalar PRE on GEPs

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 08:17:44 PST 2018


john.brawn added inline comments.


================
Comment at: test/Transforms/GVN/PRE/pre-gep-load.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -basicaa -gvn -enable-load-pre -S | FileCheck %s
----------------
The version of this file that I see in trunk doesn't have these autogenerated check lines. Is there intended to be a commit before this that adjusts the test?


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

https://reviews.llvm.org/D55009





More information about the llvm-commits mailing list