[PATCH] D117303: [LoopUnswitch] Deny loop unswitch if its body contains volatile inline asm

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 05:52:53 PST 2022


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

The frontend is responsible for adding the `convergent` attribute to inline asm if necessary, see https://github.com/llvm/llvm-project/blob/e58e401b798845ebaf131528d286b39dadfda914/clang/lib/CodeGen/CGStmt.cpp#L2245-L2250.


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