[PATCH] D89219: [ValueTracking] Use assume's noundef operand bundle

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 18:50:15 PDT 2020


aqjune marked an inline comment as done.
aqjune added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp:63
       return false;
   }
 }
----------------
jdoerfert wrote:
> We should have a test for this I think. I imagine inlining a noundef attribute with knowledge retention enabled should actually cause an assume now.
It worked, thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89219



More information about the llvm-commits mailing list