[all-commits] [llvm/llvm-project] 25a81a: Precommit tests on lowering *_fpenv on X86

Serge Pavlov via All-commits all-commits at lists.llvm.org
Fri Jul 14 08:12:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25a81a1871223d0435d841f4181995a6c619b1e1
      https://github.com/llvm/llvm-project/commit/25a81a1871223d0435d841f4181995a6c619b1e1
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M llvm/test/CodeGen/X86/fpenv.ll

  Log Message:
  -----------
  Precommit tests on lowering *_fpenv on X86


  Commit: be794e3d921b5305fc7849761de0722bbcf6c916
      https://github.com/llvm/llvm-project/commit/be794e3d921b5305fc7849761de0722bbcf6c916
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrFPStack.td
    M llvm/test/CodeGen/X86/fpenv.ll

  Log Message:
  -----------
  [X86][FPEnv] Lowering of {get,set,reset}_fpenv

The change implements lowering of `get_fpenv`, `set_fpenv` and
`reset_fpenv`.

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


Compare: https://github.com/llvm/llvm-project/compare/98770ecd76bb...be794e3d921b


More information about the All-commits mailing list