[PATCH] D45983: [X86] movdiri and movdir64b instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 17:27:00 PDT 2018


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/movdir-intrinsic.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+movdiri -mattr=+movdir64b | FileCheck %s --check-prefix=X64
----------------
How about movdir-intrinsic-x86.ll


================
Comment at: test/CodeGen/X86/movdirq-intrinsic.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+movdiri | FileCheck %s
----------------
How about movdir-intrinsic-x86_64.ll


https://reviews.llvm.org/D45983





More information about the llvm-commits mailing list