It seems we missed that the target hook can't query the known-bits for the
inputs to a target instruction. Fix that oversight
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67380
[globalisel][knownbits] Allow targets to call GISelKnownBits::computeKnownBitsImpl() ClosedPublic Authored by dsanders on Sep 9 2019, 4:31 PM.
Details Summary It seems we missed that the target hook can't query the known-bits for the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 9 2019, 4:38 PM Closed by commit rL373264: [globalisel][knownbits] Allow targets to call GISelKnownBits… (authored by dsanders). · Explain WhySep 30 2019, 1:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222496 llvm/trunk/include/llvm/CodeGen/TargetLowering.h
llvm/trunk/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
|