[PATCH] D57393: [InlineAsm][X86] Add backend support for X86 flag output parameters.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 15:01:11 PST 2019


rnk added inline comments.


================
Comment at: llvm/test/CodeGen/X86/inline-asm-flag-output.ll:1
+; RUN: llc < %s -mtriple=i686-- -no-integrated-as
+
----------------
FileCheck the output? I wanted to check what this patch does before going back to look at the code. :)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57393/new/

https://reviews.llvm.org/D57393





More information about the llvm-commits mailing list