[llvm] [AMDGPU] Exclude certain opcodes from being marked as single use (PR #91802)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 04:34:11 PDT 2024
================
@@ -2266,6 +2266,8 @@ class VOPProfile <list<ValueType> _ArgVT, bit _EnableClamp = 0> {
field bit EnableClamp = _EnableClamp;
field bit IsTrue16 = 0;
field bit IsRealTrue16 = 0;
+ field bit IsInvalidSingleUseConsumer = 0;
+ field bit IsInvalidSingleUseProducer = 0;
----------------
jayfoad wrote:
Looking again, there is no reason for these fields to exist in VOPProfile.
https://github.com/llvm/llvm-project/pull/91802
More information about the llvm-commits
mailing list