[clang] d4fcc69 - Disable test for __builtin_set_flt_rounds to avoid breaking PPC buildbot

via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 20:57:32 PST 2023


Author: jinge90
Date: 2023-03-09T13:14:36+08:00
New Revision: d4fcc692ee15b2c6d249daabe31208d6a5afa025

URL: https://github.com/llvm/llvm-project/commit/d4fcc692ee15b2c6d249daabe31208d6a5afa025
DIFF: https://github.com/llvm/llvm-project/commit/d4fcc692ee15b2c6d249daabe31208d6a5afa025.diff

LOG: Disable test for __builtin_set_flt_rounds to avoid breaking PPC buildbot

Signed-off-by: jinge90 <ge.jin at intel.com>

Added: 
    

Modified: 
    clang/test/CodeGen/builtins.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/builtins.c b/clang/test/CodeGen/builtins.c
index d523d3100c04c..1281c5e13ae3e 100644
--- a/clang/test/CodeGen/builtins.c
+++ b/clang/test/CodeGen/builtins.c
@@ -278,8 +278,6 @@ void test_float_builtins(__fp16 *H, float F, double D, long double LD) {
 
   res = __builtin_flt_rounds();
   // CHECK: call i32 @llvm.get.rounding(
-  __builtin_set_flt_rounds(1);
-  // CHECK: call void @llvm.set.rounding(i32 1)
 }
 
 // CHECK-LABEL: define{{.*}} void @test_float_builtin_ops


        


More information about the cfe-commits mailing list