[PATCH] D51231: [X86] Make Feature64Bit useful

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 13:52:07 PDT 2018


craig.topper updated this revision to Diff 163184.
craig.topper added a comment.

Updated cpus.ll test to also check for this new error. Had to add a function body to get it to create the X86Subtarget correctly to make the check and had to fix some of the old RUN lines to not pass a 64-bit triple with a 32-bit cpu when they expect no error.


https://reviews.llvm.org/D51231

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  lib/Transforms/InstCombine/InstCombineSelect.cpp
  test/CodeGen/X86/cpus.ll
  test/CodeGen/X86/early-ifcvt-crash.ll
  test/CodeGen/X86/pr11985.ll
  test/CodeGen/X86/pr34080.ll
  test/CodeGen/X86/x86-64-double-shifts-var.ll
  test/ThinLTO/X86/cache-config.ll
  test/Transforms/InstCombine/max-of-nots.ll
  test/Transforms/InstCombine/select.ll
  test/Transforms/InstCombine/select_meta.ll
  test/Transforms/InstCombine/sub.ll
  test/Transforms/InstCombine/xor.ll
  test/Transforms/LoopUnroll/X86/partial.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51231.163184.patch
Type: text/x-patch
Size: 30851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/19b6cfd0/attachment.bin>


More information about the llvm-commits mailing list