[llvm] [SimplifyCFG][JumpThreading] Don't duplicate inline-asm instructions (PR #71571)
Yaxun Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 07:55:24 PST 2023
yxsamliu wrote:
A concern is that this may cause perf degradation for inline asm that allows duplication.
Does `call void asm sideeffect` prevent duplication?
https://github.com/llvm/llvm-project/pull/71571
More information about the llvm-commits
mailing list