[all-commits] [llvm/llvm-project] 6a8d89: [CodeGen][Test] simplify callbr-asm-outputs.ll wit...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Thu Nov 10 14:26:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a8d894ce05353f17367c52c2985a015bcbacf60
https://github.com/llvm/llvm-project/commit/6a8d894ce05353f17367c52c2985a015bcbacf60
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M llvm/test/CodeGen/X86/callbr-asm-outputs.ll
Log Message:
-----------
[CodeGen][Test] simplify callbr-asm-outputs.ll with nounwind NFC
The CFI directives add noise to the test. Remove them via nounwind fn
attrs. Also remove clobbers.
Reviewed By: void
Differential Revision: https://reviews.llvm.org/D137596
More information about the All-commits
mailing list