[PATCH] D40290: [X86] Fix a bug in handling GRXX subclasses in Domain Reassignment pass

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 00:18:47 PST 2017


guyblank added inline comments.


================
Comment at: test/CodeGen/X86/gpr-to-mask.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512bw,+avx512dq < %s | FileCheck %s --check-prefix=X86-64
----------------
zvi wrote:
> Please commit this modified test and rebase the patch so the improvements will be apparent
it fails with an assertion without the code changes


https://reviews.llvm.org/D40290





More information about the llvm-commits mailing list