[PATCH] D62776: [CVP] Reenable nowrap flag inference

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 1 07:08:50 PDT 2019


nikic created this revision.
nikic added reviewers: reames, spatel, lebedev.ri.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Inference of nowrap flags in CVP has been disabled, because it triggered a bug in LFTR (https://bugs.llvm.org/show_bug.cgi?id=31181). This issue has been fixed in D60935 <https://reviews.llvm.org/D60935>, so we should be able to reenable nowrap flag inference now.


Repository:
  rL LLVM

https://reviews.llvm.org/D62776

Files:
  llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  llvm/test/Transforms/CorrelatedValuePropagation/basic.ll
  llvm/test/Transforms/CorrelatedValuePropagation/deopt.ll
  llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll
  llvm/test/Transforms/CorrelatedValuePropagation/range.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62776.202551.patch
Type: text/x-patch
Size: 7337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190601/a886c478/attachment.bin>


More information about the llvm-commits mailing list