[llvm] AMDGPU/GlobalISel: Legalize bf16 fpext (PR #210887)
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 01:23:52 PDT 2026
================
@@ -8764,6 +8764,7 @@ LegalizerHelper::lowerFPExtAndTruncMem(MachineInstr &MI) {
"Only G_FPEXT and G_FPTRUNC are expected");
auto [DstReg, DstTy, SrcReg, SrcTy] = MI.getFirst2RegLLTs();
+
----------------
petar-avramovic wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/210887
More information about the llvm-commits
mailing list