[all-commits] [llvm/llvm-project] f532b0: InstCombine: Add baseline tests for is.fpclass wit...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Dec 14 06:56:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f532b024b1d11f1e77b9867b8927c7f89d6a382b
      https://github.com/llvm/llvm-project/commit/f532b024b1d11f1e77b9867b8927c7f89d6a382b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    A llvm/test/Transforms/InstCombine/combine-is.fpclass-and-fcmp.ll

  Log Message:
  -----------
  InstCombine: Add baseline tests for is.fpclass with fcmp


  Commit: 15a6e3c636977dc962a415c067182e6d57242116
      https://github.com/llvm/llvm-project/commit/15a6e3c636977dc962a415c067182e6d57242116
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M llvm/include/llvm/Support/Program.h
    M llvm/lib/Support/Program.cpp
    M llvm/lib/Support/Unix/Program.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/unittests/Support/ProgramTest.cpp

  Log Message:
  -----------
  Support: Make Wait's SecondsToWait be std::optional [NFC]

I found the interaction between SecondsToWait and
WaitUntilChildTerminates confusing. Rather than have a boolean to
ignore the value of SecondsToWait, combine these into one Optional
parameter.


Compare: https://github.com/llvm/llvm-project/compare/af1f1b064af2...15a6e3c63697


More information about the All-commits mailing list