[PATCH] D71564: [Attributor] H2S fix.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 12:53:43 PST 2019
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
LG, thank you.
================
Comment at: llvm/test/Transforms/Attributor/heap_to_stack.ll:314
+define i32 @test_sle() {
+ %1 = tail call noalias i8* @malloc(i64 -1)
----------------
Precommit the tests?
https://godbolt.org/z/MG49m9
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71564/new/
https://reviews.llvm.org/D71564
More information about the llvm-commits
mailing list