[PATCH] D35089: Add/Implement AddresSpace to PseudoSourceValue.

Jan Sjödin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 05:05:26 PDT 2017


jsjodin updated this revision to Diff 105621.
jsjodin added a comment.

Make TII mandatory (assert if given nullptr) in PSV constructor. Add TII as a member to the PSV manager so that it is not needed in the method calls.


https://reviews.llvm.org/D35089

Files:
  include/llvm/CodeGen/PseudoSourceValue.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/CodeGen/PseudoSourceValue.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35089.105621.patch
Type: text/x-patch
Size: 12443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170707/15bb11ad/attachment.bin>


More information about the llvm-commits mailing list