[PATCH] D49574: [CodeGen] Fix ICE in SelectionDAG::computeKnownBits

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 02:13:05 PDT 2018


RKSimon added a comment.

I think SelectionDAG::ComputeNumSignBits and TargetLowering::SimplifyDemandedVectorElts suffer from the same issue - can you deal with those as well ?



================
Comment at: test/CodeGen/AMDGPU/extract-subvector-equal-length.ll:1
+; RUN: llc -march=amdgcn < %s
+
----------------
FileCheck ?


Repository:
  rL LLVM

https://reviews.llvm.org/D49574





More information about the llvm-commits mailing list