[PATCH] D66604: [GVN] AnalyzeLoadAvailability: Replace a load after lifetime.end with undef (PR20811)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 02:57:15 PDT 2019


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/GVN/lifetime-end.ll:13
+
+; RUN: opt < %s -basicaa -gvn -S | FileCheck %s
+define i8 @test2(i8* %P) nounwind {
----------------
Remove this run line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66604





More information about the llvm-commits mailing list