[PATCH] D45563: [X86][AArch64][NFC] Add tests for masked merge unfolding
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 17 16:27:43 PDT 2018
spatel added inline comments.
================
Comment at: test/CodeGen/AArch64/unfold-masked-merge-scalar.ll:454-457
+; CHECK-NEXT: .cfi_def_cfa_offset 32
+; CHECK-NEXT: .cfi_offset w30, -8
+; CHECK-NEXT: .cfi_offset w19, -16
+; CHECK-NEXT: .cfi_offset w20, -32
----------------
If you mark functions with 'nounwind', it should remove the cfi noise.
Repository:
rL LLVM
https://reviews.llvm.org/D45563
More information about the llvm-commits
mailing list