Use the correct loop index varaible, ArgI, to retrieve attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43832
[CodeGen] fix argument attribute in lowering statepoint/patchpoint ClosedPublic Authored by cherry on Feb 27 2018, 1:20 PM.
Details Summary Use the correct loop index varaible, ArgI, to retrieve attributes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 27 2018, 5:23 PM Closed by commit rL326433: [CodeGen] fix argument attribute in lowering statepoint/patchpoint (authored by thanm). · Explain WhyMar 1 2018, 5:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 136501 llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/test/CodeGen/X86/patchpoint.ll
llvm/trunk/test/CodeGen/X86/statepoint-call-lowering.ll
|