[PATCH] D96605: AMDGPU/GlobalISel: Remove redundant G_FCANONICALIZE

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 08:02:16 PST 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp:250
 
+bool AMDGPUPostLegalizerCombinerHelper::matchRemoveFcanonicalize(
+    MachineInstr &MI, Register &Reg) {
----------------
I think the C should be capital too, `matchRemoveFCanonicalize`. This matches `buildFCanonicalize` in MIRBuilder.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96605/new/

https://reviews.llvm.org/D96605



More information about the llvm-commits mailing list