[PATCH] D153435: [test] Add test for null_pointer_is_valid and Inliner instsimplify interaction
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 08:34:13 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/Inline/instsimplify-null-pointer-is-valid.ll:3
+; RUN: opt -passes=inline < %s -S | FileCheck %s
+
+define internal i1 @f(ptr %p) null_pointer_is_valid {
----------------
Add comment explaining the test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153435/new/
https://reviews.llvm.org/D153435
More information about the llvm-commits
mailing list