Follow up to D33147
NVPTXTargetLowering::LowerCall was trusting the default argument values.
Fixes another 17 of the NVPTX '-verify-machineinstrs with EXPENSIVE_CHECKS' errors in PR32146.
Paths
| Differential D33189
[NVPTX] Don't flag StoreParam/LoadParam memory chain operands as ReadMem/WriteMem (PR32146) ClosedPublic Authored by RKSimon on May 15 2017, 5:14 AM.
Details Summary Follow up to D33147 NVPTXTargetLowering::LowerCall was trusting the default argument values. Fixes another 17 of the NVPTX '-verify-machineinstrs with EXPENSIVE_CHECKS' errors in PR32146.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 15 2017, 9:33 AM Closed by commit rL303082: [NVPTX] Don't flag StoreParam/LoadParam memory chain operands as… (authored by RKSimon). · Explain WhyMay 15 2017, 10:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98985 lib/Target/NVPTX/NVPTXISelLowering.cpp
test/CodeGen/NVPTX/bug17709.ll
test/CodeGen/NVPTX/f16-instructions.ll
test/CodeGen/NVPTX/f16x2-instructions.ll
test/CodeGen/NVPTX/fma.ll
test/CodeGen/NVPTX/i8-param.ll
test/CodeGen/NVPTX/param-load-store.ll
test/CodeGen/NVPTX/simple-call.ll
test/CodeGen/NVPTX/vector-call.ll
test/CodeGen/NVPTX/zeroext-32bit.ll
|