[PATCH] D75859: [CodeGenPrepare] Fold br(freeze(icmp x, const)) to br(icmp(freeze x, const))

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 11:21:47 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8eb2f865c303: [CodeGenPrepare] Fold br(freeze(icmp x, const)) to br(icmp(freeze x, const)) (authored by aqjune).

Changed prior to commit:
  https://reviews.llvm.org/D75859?vs=249645&id=249698#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75859

Files:
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/test/Transforms/CodeGenPrepare/X86/freeze-icmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75859.249698.patch
Type: text/x-patch
Size: 3023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/2342e963/attachment.bin>


More information about the llvm-commits mailing list