[PATCH] D94069: [NFC][InstructionCost]Migrate VectorCombine.cpp to use InstructionCost

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 11:08:09 PST 2021


CarolineConcatto updated this revision to Diff 317234.
CarolineConcatto marked an inline comment as done.
CarolineConcatto added a comment.

-replace (!NewCost.isValid && !OldCost.isvalid()) by !NewCost.isValid()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94069

Files:
  llvm/lib/Transforms/Vectorize/VectorCombine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94069.317234.patch
Type: text/x-patch
Size: 7445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210117/8fb05a39/attachment.bin>


More information about the llvm-commits mailing list