[PATCH] D124916: [X86] Fix uninitialized variable warnings in cetintrin.h reported by #55224
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 05:25:17 PDT 2022
pengfei added inline comments.
================
Comment at: clang/test/CodeGen/X86/sse-builtins-constrained.c:5
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu -target-feature +sse -S -o - -Wall -Werror | FileCheck %s --check-prefix=CHECK-ASM --check-prefix=COMMON
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-unknown-linux-gnu -target-feature +sse -ffp-exception-behavior=maytrap -DSTRICT=1 -S -o - -Wall -Werror | FileCheck %s --check-prefix=CHECK-ASM --check-prefix=COMMON
----------------
RKSimon wrote:
> Any reason you can't commit this separately and immediately?
Good point! I'll do it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124916/new/
https://reviews.llvm.org/D124916
More information about the cfe-commits
mailing list