[PATCH] D110076: [AMDGPU][GlobalISel] Code quality: Combine V_RSQ
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 14:07:26 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstructions.td:830
+let OtherPredicates = [UnsafeFPMath] in {
+
----------------
I don't understand this change. Are you saying this is a dead selection pattern for the DAG? Should we be doing this in the combiner instead and just delete this? That way we could consider the fast math flags and not rely on the function attribute
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110076/new/
https://reviews.llvm.org/D110076
More information about the llvm-commits
mailing list