[PATCH] D25554: [X86][AVX512] Fix sext v32i1 -> v32i8 lowering.
Zvi Rackover via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 06:20:28 PDT 2016
zvi accepted this revision.
zvi added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/X86/vector-sext.ll:5000
+; X32-SSE41-NEXT: pushl %ebp
+; X32-SSE41-NEXT: .Ltmp1:
+; X32-SSE41-NEXT: .cfi_def_cfa_offset 8
----------------
If you add the 'nounwind' attribute, you won't get these .cfi directives in the generated code
Repository:
rL LLVM
https://reviews.llvm.org/D25554
More information about the llvm-commits
mailing list