[all-commits] [llvm/llvm-project] a09303: [AMDGPU][True16] Update FPToI1Pat GFX11 pat to use...

Joe Nash via All-commits all-commits at lists.llvm.org
Tue Aug 15 08:11:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a093032981c0079e0b9f8a39c8b2cfa9a7401798
      https://github.com/llvm/llvm-project/commit/a093032981c0079e0b9f8a39c8b2cfa9a7401798
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/test/CodeGen/AMDGPU/fptosi.f16.ll
    M llvm/test/CodeGen/AMDGPU/fptoui.f16.ll

  Log Message:
  -----------
  [AMDGPU][True16] Update FPToI1Pat GFX11 pat to use GFX11 instruction

These cmp patterns were using the pre-GFX11 pseudo instruction, and so
failed to compile.

Reviewed By: foad

Differential Revision: https://reviews.llvm.org/D157912




More information about the All-commits mailing list