[PATCH] D62555: [TailDuplicator] prevent tail duplication for INLINEASM_BR
Stephen Hines via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 17:12:56 PDT 2019
srhines added inline comments.
================
Comment at: llvm/lib/CodeGen/TailDuplicator.cpp:627
+
+ // Because INLINEASM_BR cannot be predicated, leave it in own block. If
+ // Converter still appears to produce optimal code without having to special
----------------
You're missing a word in this sentence. "... leave it in `its` own ..."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62555/new/
https://reviews.llvm.org/D62555
More information about the llvm-commits
mailing list