[PATCH] D76923: [NFC] Improve performances of Value::getSingleUndroppableUse

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 07:03:22 PDT 2020


Tyker created this revision.
Tyker added reviewers: nikic, jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.

since f1a9efabcb9bc37b663b0e03ed3d5a5aa7cc055e <https://reviews.llvm.org/rGf1a9efabcb9bc37b663b0e03ed3d5a5aa7cc055e>,
Value::getSingleUndroppableUse is used in the hot path of InstCombine.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76923

Files:
  llvm/include/llvm/IR/Use.h
  llvm/include/llvm/IR/User.h
  llvm/include/llvm/IR/Value.h
  llvm/lib/IR/Instructions.cpp
  llvm/lib/IR/Use.cpp
  llvm/lib/IR/User.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76923.253106.patch
Type: text/x-patch
Size: 7888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200327/feb165b7/attachment.bin>


More information about the llvm-commits mailing list