diff options
author | Tobias Grosser <tobias@grosser.es> | 2018-04-12 06:15:17 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2018-04-12 06:15:17 +0000 |
commit | be483ae665ebd7a945334b9c7a6319c36e85806c (patch) | |
tree | 1c7252b2a518cd550acf7e76fdc126e086221505 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | ff6c4f370205d66f0e001999a739024c9c6d5ff1 (diff) | |
download | llvm-be483ae665ebd7a945334b9c7a6319c36e85806c.zip llvm-be483ae665ebd7a945334b9c7a6319c36e85806c.tar.gz llvm-be483ae665ebd7a945334b9c7a6319c36e85806c.tar.bz2 |
Add isl operator overloads for isl::pw_aff (Try II)
Piecewise affine expressions have directly corresponding mathematical
operators. Introduce these operators as overloads as this makes writing
code with isl::pw_aff expressions more directly readable.
We can now write:
A = B + C instead of A = B.add(C)
Reviewers: Meinersbur, bollu, sebpop
Reviewed By: Meinersbur
Subscribers: philip.pfaffe, pollydev, llvm-commits
Differential Revision: https://reviews.llvm.org/D45534
llvm-svn: 329880
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions