[PATCH] D49247: [NFC][X86][AArch64] Add tests for the 'check for [no] signed truncation' pattern

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 09:56:13 PDT 2018


lebedev.ri added inline comments.


================
Comment at: test/CodeGen/X86/lack-of-signed-truncation-check.ll:382-384
+; X86-NEXT:    .cfi_def_cfa_offset 8
+; X86-NEXT:    .cfi_offset %esi, -8
+; X86-NEXT:    movl {{[0-9]+}}(%esp), %eax
----------------
spatel wrote:
> Add 'nounwind' attr to avoid the .cfi noise? Should probably do that for all x86 for consistency.
Oh, forgot about that..


Repository:
  rL LLVM

https://reviews.llvm.org/D49247





More information about the llvm-commits mailing list