[PATCH] D76483: [DivRemPairs] Freeze operands if they can be undef values

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 11:49:13 PDT 2020


spatel added a comment.

In D76483#1939666 <https://reviews.llvm.org/D76483#1939666>, @aqjune wrote:

> I checked that the generated IR of scal-to-vec1.c with this patch is equivalent to the one without this patch because freeze was constant-folded away.
>  May I land this? Now I'll work on resolving the regression that was described at D29014 <https://reviews.llvm.org/D29014>.


Yes, please land.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76483/new/

https://reviews.llvm.org/D76483





More information about the llvm-commits mailing list