[all-commits] [llvm/llvm-project] 187686: [CodeGen] add test for NAN creation; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed Sep 30 10:22:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 187686bea3878c0bf2b150d784e7eab223434e25
      https://github.com/llvm/llvm-project/commit/187686bea3878c0bf2b150d784e7eab223434e25
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    A clang/test/CodeGen/builtin-nan-exception.c

  Log Message:
  -----------
  [CodeGen] add test for NAN creation; NFC

This goes with the APFloat change proposed in
D88238.
This is copied from the MIPS-specific test in
builtin-nan-legacy.c to verify that the normal
behavior is correct on other targets without the
complication of an inverted quiet bit.




More information about the All-commits mailing list