[PATCH] D33189: [NVPTX] Don't flag StoreParam/LoadParam memory chain operands as ReadMem/WriteMem (PR32146)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 05:14:59 PDT 2017


RKSimon created this revision.

Follow up to https://reviews.llvm.org/D33147

NVPTXTargetLowering::LowerCall was trusting the default argument values.

Fixes another 17 of the NVPTX '-verify-machineinstrs with EXPENSIVE_CHECKS' errors in PR32146.


Repository:
  rL LLVM

https://reviews.llvm.org/D33189

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33189.98985.patch
Type: text/x-patch
Size: 7332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170515/e05db2f0/attachment.bin>


More information about the llvm-commits mailing list