[PATCH] D102367: [Intrinsics] is_constant intrinsic on undef evaluates to false

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 17:51:18 PDT 2021


nickdesaulniers updated this revision to Diff 344995.
nickdesaulniers added a comment.

- remove EarlyCSE check, since it reuses ConstantFolding machinery


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102367

Files:
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp
  llvm/test/Transforms/EarlyCSE/is_constant.ll
  llvm/test/Transforms/InstCombine/intrinsics.ll
  llvm/test/Transforms/LowerConstantIntrinsics/constant-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102367.344995.patch
Type: text/x-patch
Size: 5924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/fd3a1c4a/attachment.bin>


More information about the llvm-commits mailing list