[PATCH] D136095: [GVN] Patch for invalid GVN replacement
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 08:28:57 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/GVN/PRE/load-pre-identical-branches.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -gvn -S < %s | FileCheck %s
----------------
I'd rename this to `load-pre-across-backedge.ll` or something, I don't think this has much to do with "identical branches".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136095/new/
https://reviews.llvm.org/D136095
More information about the llvm-commits
mailing list