[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 09:04:43 PDT 2020
aqjune updated this revision to Diff 249645.
aqjune added a comment.
Reflect comments
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.249645.patch
Type: text/x-patch
Size: 3005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/1ae23c08/attachment-0001.bin>
More information about the llvm-commits
mailing list