[llvm] [AMDGPU][True16][MC] VOPC profile fake16 pseudo update (PR #113175)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 10:40:43 PST 2024
================
@@ -3463,7 +3463,7 @@ def : GCNPat <
SRCMODS.NONE,
(V_MOV_B64_PSEUDO (i64 0x3fefffffffffffff))),
$x,
- (V_CMP_CLASS_F64_e64 SRCMODS.NONE, $x, (i32 3 /*NaN*/))))
+ (V_CMP_CLASS_F64_e64 SRCMODS.NONE, $x, SRCMODS.NONE, (i32 3 /*NaN*/))))
----------------
arsenm wrote:
You can always define it as its own profile without the operand
https://github.com/llvm/llvm-project/pull/113175
More information about the llvm-commits
mailing list