[PATCH] D117303: [LoopUnswitch] Deny loop unswitch if its body contains volatile inline asm
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 05:07:02 PST 2022
fhahn added a comment.
If inline assembly calls can be convergent in general, should `CallBase::isConvergent` handle this? otherwise we might run into similar mis-compiles in other transforms.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117303/new/
https://reviews.llvm.org/D117303
More information about the llvm-commits
mailing list