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

Daniil Kovalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 15 02:50:51 PST 2022


kovdan01 abandoned this revision.
kovdan01 added a comment.

In D117303#3243390 <https://reviews.llvm.org/D117303#3243390>, @nikic wrote:

> 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.

Thank you for your review! Didn't know that.


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