[PATCH] D137596: [CodeGen][Test] simplify callbr-asm-outputs.ll with nounwind NFC

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 15:59:20 PST 2022


nickdesaulniers created this revision.
nickdesaulniers added a reviewer: void.
Herald added a subscriber: pengfei.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The CFI directives add noise to the test. Remove them via nounwind fn
attrs. Also remove clobbers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137596

Files:
  llvm/test/CodeGen/X86/callbr-asm-outputs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137596.473818.patch
Type: text/x-patch
Size: 4982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/494074c7/attachment.bin>


More information about the llvm-commits mailing list