[PATCH] D50659: [CodeGen] Fix remaining zext() assertions in SelectionDAG

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 12:08:50 PDT 2018


scott.linder updated this revision to Diff 163572.
scott.linder added a comment.
Herald added a reviewer: javed.absar.

Update test name to be clear it only runs when aarch64 is available.

I added a FIXME about creating a fake target for unittests, but I do not have the experience right now to know how much work would be involved, and whether a fake target is acceptable to add to begin with.


https://reviews.llvm.org/D50659

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  unittests/CodeGen/AArch64SelectionDAGTest.cpp
  unittests/CodeGen/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50659.163572.patch
Type: text/x-patch
Size: 9115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/f3ff98d0/attachment.bin>


More information about the llvm-commits mailing list