User Details
- User Since
- Mar 25 2023, 11:21 AM (26 w, 4 d)
Fri, Sep 22
Updated clang-format and fixed minor errors.
Mon, Sep 18
Mon, Sep 4
Added nneg flag in InstCombine::visitZExt. Also Added nneg flag in CorrelatedValuePropagation::processZExt.
Removed IsKnownNonNegative from RISCVCodeGen and added in InstCombine::visitZExt
Fri, Sep 1
Fixed the test that failed to convert the zext(value) to sext(value) whenever the value was assumed to be non negative by llvm.assume
Thu, Aug 31
Tue, Aug 29
Removed more redudant white spaces.
Removed redudant whitespaces.
Aug 28 2023
Added simple tests.
Changed flag's name from `was_sext to nneg`. Updated the LangRef and all the required changes such as Instruction.h Operator.h.
Removed some redudant and inappropriate settings of the flag in the Transforms. Also updated the transforms calling method name from setWasSext to setNonNeg to set the flag.
Jul 27 2023
Added -U999999 in
git show
to make possible the reviewing via the web interface.
Added -U999999 in
git show
to make possible the reviewing via the web interface.
Added -U999999 in
git show
to make the reviewing possible via the web interface