================
@@ -946,6 +946,14 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
Opcode == AMDGPU::DS_GWS_BARRIER;
}
+ bool isF16PseudoScalarTrans(unsigned Opcode) const {
----------------
perlfu wrote:
Done
https://github.com/llvm/llvm-project/pull/104395