[PATCH] D124068: [NewGVN][LoadCoercion] Add tests for future commit.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 01:29:26 PDT 2022
foad added inline comments.
================
Comment at: llvm/test/Transforms/NewGVN/load_coercion_between_store_and_load.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -gvn < %s | FileCheck %s -check-prefix=GVN-CHECK
+
----------------
Should be testing `-newgvn` instead of gvn?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124068/new/
https://reviews.llvm.org/D124068
More information about the llvm-commits
mailing list