[llvm] 7790834 - [X86] fsxor-alignment.ll - add nounwind to prevent cfi noise in an upcoming change
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 10:16:44 PST 2024
Author: Simon Pilgrim
Date: 2024-12-04T18:16:30Z
New Revision: 77908345d06e05816c5e46b2c092022f9f6c90cf
URL: https://github.com/llvm/llvm-project/commit/77908345d06e05816c5e46b2c092022f9f6c90cf
DIFF: https://github.com/llvm/llvm-project/commit/77908345d06e05816c5e46b2c092022f9f6c90cf.diff
LOG: [X86] fsxor-alignment.ll - add nounwind to prevent cfi noise in an upcoming change
Added:
Modified:
llvm/test/CodeGen/X86/fsxor-alignment.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/fsxor-alignment.ll b/llvm/test/CodeGen/X86/fsxor-alignment.ll
index 34624cc4cf8fb6..1b9d6c91ad2b23 100644
--- a/llvm/test/CodeGen/X86/fsxor-alignment.ll
+++ b/llvm/test/CodeGen/X86/fsxor-alignment.ll
@@ -5,7 +5,7 @@
; to do floating-point negations, because the arguments aren't vectors
; and aren't vector-aligned.
-define void @foo(ptr %p, ptr %q, float %s, float %y) {
+define void @foo(ptr %p, ptr %q, float %s, float %y) nounwind {
; CHECK-LABEL: foo:
; CHECK: # %bb.0:
; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax
More information about the llvm-commits
mailing list