[PATCH] D44425: [InstSimplify] peek through unsigned FP casts for sign-bit compares (PR36682)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 09:04:18 PDT 2018


lebedev.ri updated this revision to Diff 138385.
lebedev.ri retitled this revision from "[InstCombine] peek through unsigned FP casts for sign-bit compares (PR36682)" to "[InstSimplify] peek through unsigned FP casts for sign-bit compares (PR36682)".
lebedev.ri added a comment.

Rebased ontop of updated tests, moved to InstSimplify.
FIXME: should that code be in some other place, in some other function?


Repository:
  rL LLVM

https://reviews.llvm.org/D44425

Files:
  lib/Analysis/InstructionSimplify.cpp
  test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44425.138385.patch
Type: text/x-patch
Size: 9215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/50612c60/attachment.bin>


More information about the llvm-commits mailing list