[llvm] [AMDGPU] HasOneUse uses (PR #92534)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 07:27:15 PDT 2024


================
@@ -884,6 +884,9 @@ class PatFrags<dag ops, list<dag> frags, code pred = [{}],
   // If set to true, a predicate is added that checks for the absence of use of
   // the first result.
   bit HasNoUse = ?;
+  // If set to true, a predicate is added that checks for the sole use of
+  // the first result.
----------------
jofrn wrote:

Ok. Changed it back to something similar yet without mentioning that. thank you.

https://github.com/llvm/llvm-project/pull/92534


More information about the llvm-commits mailing list