[llvm] MCExpr-ify SIProgramInfo (PR #88257)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 07:38:59 PDT 2024
================
@@ -90,6 +90,7 @@ struct SIProgramInfo {
SIProgramInfo() = default;
+ // The constructor sets the values for each member as shown in the struct. However, setting the MCExpr members to their zero value equivalent happens in reset together with (duplicated) value re-set for the non-MCExpr members.
----------------
arsenm wrote:
This needs to line wrap
https://github.com/llvm/llvm-project/pull/88257
More information about the llvm-commits
mailing list