User Details
- User Since
- Dec 1 2012, 4:35 AM (564 w, 3 d)
Feb 21 2019
Committed revision r354576.
Feb 19 2019
Add the changes to isAddExpression instead.
Feb 14 2019
Sorry i should have provided more context, this is the original crash:
opt: ../lib/Transforms/Scalar/InferAddressSpaces.cpp:316: void {anonymous}::InferAddressSpaces::appendsFlatAddressExpressionToPostorderStack(llvm::Value*, std::vector<std::pair<llvm::Value*, bool> >&, llvm::DenseSet<llvm::Value*>&) const: Assertion `V->getType()->isPointerTy()' failed.
Nov 22 2018
Nov 1 2018
I re-worked where the builtins are actually inserted, now it's in a similar place to the "normal" clang builtins.
Oct 11 2018
Re-uploading the patch. The previous version of the patch was missing the include and lib prefixes.
Oct 9 2018
Sep 25 2018
Sep 4 2018
Sep 3 2018
Some guidance on how to fix this in the SLPVectorzier would be helpful. Or if it's small enough that someone else can fix it, that's fine with me too.
Aug 16 2018
Here is the (reduced) motivating example:
Aug 9 2017
I committed all the parts separately: r309567 (with r309571 to fix a test), r309678 and r310477.
Aug 1 2017
Jul 31 2017
Jul 27 2017
Updated all the comments you made and rebased.
Jul 4 2017
Jul 3 2017
Jun 30 2017
Making that change, going to re-run the tests and then I'll commit.
Jun 19 2017
Jun 6 2017
Committed this as r304784.
Jun 2 2017
LGTM!
Thanks for that Craig, I had planned on looking at that today so thanks for doing it!
Jun 1 2017
Constant fold inside SimplifyGEPInst instead.
Apr 21 2017
After talking to Matthias and Matt, this seems like the wrong solution.
Apr 12 2017
Ping!
Mar 31 2017
Mar 21 2017
Mar 9 2017
Feb 10 2017
Feb 8 2017
Feb 7 2017
Jan 26 2017
Moved the getLimitedValue call into the helper function.
Jan 9 2017
Created a helper function with some comments.
Jan 6 2017
Added a test case using the 'Big' number in the unit test.
Added a test case for a 7-bit number.
Added cases where the previous code would assert due to RHS being 0.
Jan 5 2017
Updated the code to use 'urem' to get the remainder, rather than calling getZExtValue.
Dec 14 2016
Dec 1 2016
Committed in r288332. Thanks Yaron!
Nov 28 2016
Pipe types cannot be merged by ASTContext::mergeTypes.
Nov 23 2016
Nov 18 2016
Committed as r287343.
Nov 17 2016
Nov 16 2016
Committed as r287100.
Nov 15 2016
Fixed a latent infinite loop bug in 'getImageAccess', it was dereferencing Attrs, instead of Next.
Oct 24 2016
Two minor comments, but otherwise LGTM!
Aug 12 2016
Aug 10 2016
Committed r278234.
May 11 2016
LGTM!
Nov 3 2014
LGTM! (Apart from those tiny changes)
Sep 9 2014
Drive-by comments.
Jun 5 2014
Thanks Alp!
May 16 2014
Thanks guys, r209006!
May 15 2014
Fixed the comment! Ok now?
May 13 2014
Thanks Chandler, r208705!
May 3 2014
Thanks Tim! r207917