[PATCH] D57031: GlobalISel: Verify load/store has a pointer input

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 11:53:43 PST 2019


arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, dsanders, volkan.
Herald added subscribers: javed.absar, kristof.beyls, rovka, nhaehnle, wdng, jvesely.

I expected this to be automatically verified, but it seems
nothing uses that the type index was declared as a "ptype"


https://reviews.llvm.org/D57031

Files:
  lib/CodeGen/MachineVerifier.cpp
  test/CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-bitcast.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-copy.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-maxnum.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-minnum.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-sitofp.mir
  test/CodeGen/MIR/AArch64/invalid-extload.mir
  test/Verifier/test_g_load.mir
  test/Verifier/test_g_sextload.mir
  test/Verifier/test_g_store.mir
  test/Verifier/test_g_zextload.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57031.182816.patch
Type: text/x-patch
Size: 15498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/ac106f17/attachment.bin>


More information about the llvm-commits mailing list