[PATCH] D57636: [COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 4 13:10:55 PST 2019


efriedma added a comment.

Yes, we should fix CodeGenFunction::EmitAArch64BuiltinExpr to eliminated the unnecessary calls to CreateZext/CreateTrunc.  (With this patch, they're no-ops, but better to clean up the code.)


Repository:
  rC Clang

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

https://reviews.llvm.org/D57636





More information about the cfe-commits mailing list