[PATCH] D52548: Stop instcombining introducing undef's in div/rem instructions.

Neil Henning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 08:47:43 PDT 2018


sheredom updated this revision to Diff 167150.
sheredom added a comment.

Removed the fdiv/frem as they weren't currently inst simplifying the bad behaviour, and used the utils script to update the test case.


https://reviews.llvm.org/D52548

Files:
  lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  test/Transforms/InstCombine/stop_bad_undef_propagation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52548.167150.patch
Type: text/x-patch
Size: 18538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/5a823fc4/attachment.bin>


More information about the llvm-commits mailing list