[llvm] [GISel] Add KnownFPClass Analysis to GISelValueTrackingPass (PR #134611)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 03:05:23 PDT 2025
================
@@ -804,6 +834,14 @@ m_c_GFCmp(const Pred &P, const LHS &L, const RHS &R) {
return CompareOp_match<Pred, LHS, RHS, TargetOpcode::G_FCMP, true>(P, L, R);
}
+/// Matches a register not-ed by a G_XOR.
+/// G_XOR %not_reg, -1
----------------
arsenm wrote:
Comment copy paste error
https://github.com/llvm/llvm-project/pull/134611
More information about the llvm-commits
mailing list