[PATCH] D87342: Allow targets to augment computeKnownBits with their analysis using TargetTransformInfo

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 11:47:43 PDT 2020


qcolombet updated this revision to Diff 291634.
qcolombet retitled this revision from "WIP: Plumb TargetTransformInfo into computeKnownBits" to "Allow targets to augment computeKnownBits with their analysis using TargetTransformInfo".
qcolombet added a comment.

Clean up the proof of concept:

- Add the proper includes
- Fixup clang-format acting up


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87342

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/Support/KnownBits.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/Support/KnownBits.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/unittests/Analysis/ValueTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87342.291634.patch
Type: text/x-patch
Size: 60673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/b23b22a1/attachment.bin>


More information about the llvm-commits mailing list