[all-commits] [llvm/llvm-project] 496e7f: [VE] Disable incompatible compiler-rt tests

Simon Moll via All-commits all-commits at lists.llvm.org
Thu Nov 11 23:41:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 496e7f330c43094ab508e07cf75237e52394fa66
      https://github.com/llvm/llvm-project/commit/496e7f330c43094ab508e07cf75237e52394fa66
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2021-11-12 (Fri, 12 Nov 2021)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingUtil.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_scalbn_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_scalbnf_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_scalbnl_test.c
    M compiler-rt/test/builtins/Unit/enable_execute_stack_test.c

  Log Message:
  -----------
  [VE] Disable incompatible compiler-rt tests

Some compiler-rt tests are inherently incompatible with VE because..

* No consistent denormal support on VE. We skip denormal fp inputs in builtin tests.
* `madvise` unsupported on VE.
* Instruction alignment requirements.

Reviewed By: phosek

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




More information about the All-commits mailing list