[PATCH] D52556: Add a test case showing the instcombine fail from D52548
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 08:20:11 PDT 2018
sheredom created this revision.
sheredom added a reviewer: spatel.
Herald added a subscriber: llvm-commits.
This is a splice out from https://reviews.llvm.org/D52548 to add the test case that causes the instcombine fail, with the expected output pre-fixing it (notice the 0.0f's suddenly appearing because instcombine thinks it can optimize the div/rems away).
Repository:
rL LLVM
https://reviews.llvm.org/D52556
Files:
test/Transforms/InstCombine/stop_bad_undef_propagation.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52556.167144.patch
Type: text/x-patch
Size: 10924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/5696431a/attachment.bin>
More information about the llvm-commits
mailing list