[PATCH] D51207: Introduce llvm.experimental.widenable_condition intrinsic

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 20:45:51 PST 2018


mkazantsev updated this revision to Diff 175620.
mkazantsev added a comment.

Addressed comments, LangRef fixed. As for naming question, I am open to discussion, but I'd prefer to have it merged so that I could be unblocked on applications of that, and when we find a better name for it, I can make NFC for that.
@chandlerc , how do you feel about this?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51207/new/

https://reviews.llvm.org/D51207

Files:
  docs/LangRef.rst
  include/llvm/IR/Intrinsics.td
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/MakeGuardsExplicit.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/LICM/explicit_guards.ll
  test/Transforms/MakeGuardsExplicit/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51207.175620.patch
Type: text/x-patch
Size: 25415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181128/7fa83b6e/attachment.bin>


More information about the llvm-commits mailing list