[PATCH] D68627: [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 13:11:37 PST 2019


craig.topper updated this revision to Diff 228511.
craig.topper added a comment.

Refactor to share more code with the CodeGen target feature stuff.


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

https://reviews.llvm.org/D68627

Files:
  clang/include/clang/AST/ASTContext.h
  clang/include/clang/Basic/TargetInfo.h
  clang/lib/AST/ASTContext.cpp
  clang/lib/Basic/Targets/X86.cpp
  clang/lib/Basic/Targets/X86.h
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/lib/Sema/SemaStmtAsm.cpp
  clang/test/CodeGen/x86_32-inline-asm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68627.228511.patch
Type: text/x-patch
Size: 18301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191108/ce2f2f73/attachment-0001.bin>


More information about the cfe-commits mailing list