[PATCH] D70169: [ConstantFold] Handle identity folds at top of ConstantFoldBinaryInst

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 06:26:10 PST 2019


fhahn updated this revision to Diff 229082.
fhahn marked 3 inline comments as done.
fhahn added a comment.

Add additional comment and FIXME to ConstantFold.cpp, move test to Analysis/ConstantFolding/, drop fixmes from vec_shuffle.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70169

Files:
  llvm/lib/IR/ConstantFold.cpp
  llvm/test/Analysis/ConstantFolding/binop-identity-undef.ll
  llvm/test/Transforms/InstCombine/vec_shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70169.229082.patch
Type: text/x-patch
Size: 5659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/fca4d80a/attachment.bin>


More information about the llvm-commits mailing list