[PATCH] D30662: Update clang filtering for mxcsr

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 14:19:34 PST 2017


rnk added a comment.

I think we should really change this code to filter out clobber registers that do not name valid gcc inline asm clobbers. That's basically what we require later. I think if you change this condition to just check Target.isValidGCCRegisterName.


Repository:
  rL LLVM

https://reviews.llvm.org/D30662





More information about the cfe-commits mailing list