[all-commits] [llvm/llvm-project] cebba7: [SystemZ] Avoid unnecessary conversions in vecintr...

Ulrich Weigand via All-commits all-commits at lists.llvm.org
Thu Jan 16 09:58:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cebba7ce3952c8f37a923fa3a10360fd4c463775
      https://github.com/llvm/llvm-project/commit/cebba7ce3952c8f37a923fa3a10360fd4c463775
  Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M clang/lib/Headers/vecintrin.h

  Log Message:
  -----------
  [SystemZ] Avoid unnecessary conversions in vecintrin.h

Use floating-point instead of integer zero constants to avoid
creating implicit conversions, which currently cause suboptimal
code to be generated with -ffp-exception-behavior=strict.

NFC otherwise.




More information about the All-commits mailing list