[PATCH] D15075: No error for conflict between inputs\outputs and clobber list

Ziv Izhar via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 06:55:40 PDT 2016


zizhar updated this revision to Diff 70660.
zizhar added a comment.

Hi,
I have moved the relevant code to TargetInfo as previously discussed, and created a default implementation and the x86 implementation.
Regarding the intrinsics, I believe it should be a separate fix, as it is not related to the clobber conflict this review is about.
Do you want me to open a bugzilla on the intrinsics?


https://reviews.llvm.org/D15075

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/TargetInfo.h
  lib/Basic/TargetInfo.cpp
  lib/Basic/Targets.cpp
  lib/Headers/intrin.h
  lib/Sema/SemaStmtAsm.cpp
  test/Sema/asm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15075.70660.patch
Type: text/x-patch
Size: 11000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160908/5600ad5a/attachment.bin>


More information about the cfe-commits mailing list