[PATCH] D87279: [clang] Fix handling of physical registers in inline assembly operands.
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 07:53:54 PDT 2020
jyu2 added inline comments.
================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2066
+ // Keep track of defined physregs.
+ std::set<std::string> PhysRegOutputs;
+
----------------
Use llvm::SmallSet?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87279/new/
https://reviews.llvm.org/D87279
More information about the cfe-commits
mailing list