[all-commits] [llvm/llvm-project] 63fc84: [X86] Add missing intrinsic test for aesdecwide128...

topperc via All-commits all-commits at lists.llvm.org
Fri Oct 2 18:34:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 63fc8499f305be192f0f9a62c43e0fcfdbdb7607
      https://github.com/llvm/llvm-project/commit/63fc8499f305be192f0f9a62c43e0fcfdbdb7607
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/keylocker-intrinsics.ll

  Log Message:
  -----------
  [X86] Add missing intrinsic test for aesdecwide128kl and aesdecwide256kl. Capture all output values in keylocker tests. NFC

The aesdec/enc instructions produce a flag output and one or eight
xmm regsiter outputs. The test were not capturing the xmm outputs.

Also add nounwind to tests to remove .cfi directives


  Commit: 8ae4842669f1fee33d22cc3f0c895c7839d05aef
      https://github.com/llvm/llvm-project/commit/8ae4842669f1fee33d22cc3f0c895c7839d05aef
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.h

  Log Message:
  -----------
  [X86] Move MWAITX_DAG ISD opcode so it is not in the strict FP range.

Add a comment to hopefully prevent anyone else from making the
same mistake.


Compare: https://github.com/llvm/llvm-project/compare/5b0cfe93b6cd...8ae4842669f1


More information about the All-commits mailing list