[PATCH] D144879: [ConstraintElimination] Add function arguments to constraint system before solving
Zain Jaffal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 03:58:49 PDT 2023
zjaffal updated this revision to Diff 509604.
zjaffal added a comment.
1. Pass FunctionArgs as `ArrayRef<Value *>` to `ConstraintInfo` and `ConstraintSystem`
2. Remove unecessary import
3. Change variable initialization for `ConstraintInfo` and `ConstraintSystem`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144879/new/
https://reviews.llvm.org/D144879
Files:
llvm/include/llvm/Analysis/ConstraintSystem.h
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144879.509604.patch
Type: text/x-patch
Size: 4743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/6424a4ea/attachment.bin>
More information about the llvm-commits
mailing list