[all-commits] [llvm/llvm-project] 2af4a5: GlobalISel: Constant fold FP bin ops in MIRBuilder

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Feb 8 16:01:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2af4a554fedbd3a2d58b993f8fceeb1bce565d08
      https://github.com/llvm/llvm-project/commit/2af4a554fedbd3a2d58b993f8fceeb1bce565d08
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fold-binop-into-select.mir

  Log Message:
  -----------
  GlobalISel: Constant fold FP bin ops in MIRBuilder

Might as well handle these if we're going to handle the integer ops
here.




More information about the All-commits mailing list