[PATCH] D35411: [SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it can destroy canonical loop structure.
Balaram Makam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 13:42:03 PDT 2017
bmakam updated this revision to Diff 106935.
bmakam added a comment.
Minor code clean up, NFCI.
https://reviews.llvm.org/D35411
Files:
lib/CodeGen/CodeGenPrepare.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
test/CodeGen/AArch64/aarch64-loop-gep-opt.ll
test/Transforms/JumpThreading/static-profile.ll
test/Transforms/LoopUnroll/peel-loop.ll
test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll
test/Transforms/LoopUnswitch/infinite-loop.ll
test/Transforms/LoopVectorize/X86/float-induction-x86.ll
test/Transforms/LoopVectorize/float-induction.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/multiple-phis.ll
test/Transforms/SimplifyCFG/pr33605.ll
test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35411.106935.patch
Type: text/x-patch
Size: 16685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/5edb03de/attachment.bin>
More information about the llvm-commits
mailing list