[PATCH] D45253: [X86][WAITPKG] WaitPKG instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 15:04:50 PDT 2018


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/waitpkg-intrinsics-64.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-linux -mattr=+waitpkg | FileCheck %s --check-prefix=X64
----------------
Can we merge the two tests now that the types aren't dependent on mode?


https://reviews.llvm.org/D45253





More information about the llvm-commits mailing list