[PATCH] D90051: AMDGPU/GlobalISel: Add floating point med3 combine for IEEE=false
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 03:44:12 PDT 2020
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp:172
+ const MachineFunction *MF = MI.getMF();
+ const SIMachineFunctionInfo *Info = MF->getInfo<SIMachineFunctionInfo>();
+
----------------
This will probably warn that Info is unused in a Release build.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90051/new/
https://reviews.llvm.org/D90051
More information about the llvm-commits
mailing list