[all-commits] [llvm/llvm-project] b42112: InstCombine: Add baseline test for pattern in clan...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Dec 19 04:27:06 PST 2022


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

  Changed paths:
    M llvm/test/Transforms/InstCombine/and-fcmp.ll

  Log Message:
  -----------
  InstCombine: Add baseline test for pattern in clang's isnormal

Clang emits this peculiar pattern as an isfinite check in
__builtin_isnormal which can be simplified. We should fix clang to
emit this in the first place, but should also fold it here.




More information about the All-commits mailing list