[PATCH] D73411: [InstCombine] Process newly inserted instructions in the correct order

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 00:45:07 PST 2020


This revision was automatically updated to reflect the committed changes.
nikic marked an inline comment as done.
Closed by commit rG80581966771a: [InstCombine] Process newly inserted instructions in the correct order (authored by nikic).

Changed prior to commit:
  https://reviews.llvm.org/D73411?vs=241251&id=241361#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73411

Files:
  llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/canonicalize-clamp-like-pattern-between-negative-and-positive-thresholds.ll
  llvm/test/Transforms/InstCombine/canonicalize-clamp-like-pattern-between-zero-and-positive-threshold.ll
  llvm/test/Transforms/InstCombine/demorgan.ll
  llvm/test/Transforms/InstCombine/div.ll
  llvm/test/Transforms/InstCombine/getelementptr.ll
  llvm/test/Transforms/InstCombine/load.ll
  llvm/test/Transforms/InstCombine/logical-select.ll
  llvm/test/Transforms/InstCombine/max-of-nots.ll
  llvm/test/Transforms/InstCombine/or.ll
  llvm/test/Transforms/InstCombine/pr38915.ll
  llvm/test/Transforms/InstCombine/pr44245.ll
  llvm/test/Transforms/InstCombine/select-cmp-br.ll
  llvm/test/Transforms/InstCombine/select-pr39595.ll
  llvm/test/Transforms/InstCombine/sub-ashr-and-to-icmp-select.ll
  llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
  llvm/test/Transforms/InstCombine/sub-gep.ll
  llvm/test/Transforms/InstCombine/sub-minmax.ll
  llvm/test/Transforms/InstCombine/vec_sext.ll
  llvm/test/Transforms/InstCombine/xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73411.241361.patch
Type: text/x-patch
Size: 53519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200130/3ef411ce/attachment.bin>


More information about the llvm-commits mailing list