Details
Details
- Reviewers
jdoerfert mkazantsev reames
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/lib/Transforms/Scalar/GuardWidening.cpp | ||
---|---|---|
120 | Looks like it's never nullptr. Change to &AC? |
Comment Actions
I ran into a compile time regression and found isDereferenceableAndAlignedPointer is 2x slower without an AssumptionCache, so I'm just threading through the argument for it everywhere
Looks like it's never nullptr. Change to &AC?