Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13805
DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> extload ClosedPublic Authored by • tstellarAMD on Oct 16 2015, 6:08 AM.
Details
Diff Detail
Event Timeline• tstellarAMD retitled this revision from to DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> extload. • tstellarAMD updated this object. This revision is now accepted and ready to land.Oct 16 2015, 1:38 PM Closed by commit rL252349: DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) ->… (authored by tstellar). · Explain WhyNov 6 2015, 2:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39589 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/AMDGPU/kernel-args.ll
llvm/trunk/test/CodeGen/AMDGPU/no-shrink-extloads.ll
llvm/trunk/test/CodeGen/AMDGPU/setcc-opt.ll
|