[PATCH] D20187: AMDGPU: Remove verifier check for scc live ins

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 16:09:52 PDT 2016


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, mzolotukhin, sanjoy.

We only really need this to be true for SIFixSGPRCopies.
I'm not sure there's any way this could happen before that point.
    
Fixes a case where MachineCSE could introduce a cross block
scc use.

http://reviews.llvm.org/D20187

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Vectorize.h
  lib/Transforms/Vectorize/CMakeLists.txt
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  lib/Transforms/Vectorize/Vectorize.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg
  test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/no-implicit-float.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20187.56978.patch
Type: text/x-patch
Size: 61572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/e731385d/attachment-0001.bin>


More information about the llvm-commits mailing list