[PATCH] D124068: [NewGVN][LoadCoercion] Add tests for future commit.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 02:42:38 PDT 2022
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: nlopes.
LGTM.
If you prefer you could also add a common "GVN" prefix. The update_test_checks script will use this prefix when oldgvn and newgvn produce the same result, which will make it easier to see when they are different.
; RUN: opt -S -gvn < %s | FileCheck %s -check-prefixes=GVN,OLDGVN
; RUN: opt -S -newgvn < %s | FileCheck %s -check-prefixes=GVN,NEWGVN
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