As requested in D151254
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/Inline/instsimplify-null-pointer-is-valid.ll | ||
---|---|---|
4 | Add comment explaining the test |
llvm/test/Transforms/Inline/instsimplify-null-pointer-is-valid.ll | ||
---|---|---|
24 | Could also test what happens if the either the caller or callee is missing the attribute |
Comment Actions
add test where caller has null_pointer_is_valid but not callee
(vice versa is already tested to make sure it's not inlined)
Add comment explaining the test