User Details
User Details
- User Since
- Oct 21 2021, 6:53 PM (36 w, 19 h)
Yesterday
Yesterday
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
Wed, Jun 29
Wed, Jun 29
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
I think we may remove debug-location instead of adding FrameSetup flags for spill/restoreCalleeSavedRegisters, Because dwarf information is added for debugging convenience, At this stage, people should not care when debugging
Miss_Grape updated the diff for D128806: [RISCV] Fix wrong position of prologue_end.
address the comments
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
> Does the test actually need to check the DWARF? Can't we just check the assembly, namely that the .loc prologue_end directive is inserted in the correct place?
Need Dwarf
Through Dwarf, I am verifying that the address of the current Prologue_end is the address of the end of the fuction prologue
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
Miss_Grape retitled D128806: [RISCV] Fix wrong position of prologue_end from [RISCV] Fix wrong position progue_end to [RISCV] Fix wrong position of prologue_end.
Miss_Grape added a comment to D128806: [RISCV] Fix wrong position of prologue_end.
int global_a = 10; __attribute__((noinline)) int test2() { int a = global_a ; int b = 10; return a + b; }
Miss_Grape retitled D128806: [RISCV] Fix wrong position of prologue_end from [RISCV] Remove DL Information when storeRegToStackSlot to [RISCV] Fix wrong position progue_end.
Miss_Grape requested review of D128806: [RISCV] Fix wrong position of prologue_end.
Mon, Jun 13
Mon, Jun 13
Jun 1 2022
Jun 1 2022
May 31 2022
May 31 2022
Miss_Grape added a comment to D125271: [riscv] Enable strict assertions in InsertVSETVLI data flow.
Miss_Grape added a comment to D125747: [RISCV] Enable scalable vectorization by default for RVV.
May 29 2022
May 29 2022
Miss_Grape added a comment to D125271: [riscv] Enable strict assertions in InsertVSETVLI data flow.
Miss_Grape added a comment to D125747: [RISCV] Enable scalable vectorization by default for RVV.
Miss_Grape added a comment to D126443: [NFC] Modify the test case.
ping
May 27 2022
May 27 2022
Miss_Grape added a comment to D125747: [RISCV] Enable scalable vectorization by default for RVV.
May 26 2022
May 26 2022
Miss_Grape committed rGa84026821bf6: [RISCV] Add test for experimental.vector.reverse (authored by Miss_Grape).
[RISCV] Add test for experimental.vector.reverse
Miss_Grape added a reviewer for D126440: [RISCV] Return an invalid cost for memory ops with unsupported types: kmclaughlin.
May 25 2022
May 25 2022
Miss_Grape retitled D126443: [NFC] Modify the test case from [AArch64][NFC] Modify the test case to [NFC] Modify the test case.
Miss_Grape requested review of D126443: [NFC] Modify the test case.
Miss_Grape added inline comments to D125866: [RISCV] Add test for experimental.vector.reverse.
Miss_Grape updated the diff for D126440: [RISCV] Return an invalid cost for memory ops with unsupported types.
Miss_Grape requested review of D126440: [RISCV] Return an invalid cost for memory ops with unsupported types.
Miss_Grape added a comment to D123663: [PPC][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape added a comment to D125856: [RISCV] Add cost model for SK_Reverse.
Miss_Grape added inline comments to D125856: [RISCV] Add cost model for SK_Reverse.
Miss_Grape updated the diff for D125856: [RISCV] Add cost model for SK_Reverse.
Miss_Grape updated the diff for D125856: [RISCV] Add cost model for SK_Reverse.
May 22 2022
May 22 2022
Miss_Grape added a comment to D125866: [RISCV] Add test for experimental.vector.reverse.
ping
May 18 2022
May 18 2022
Miss_Grape updated the summary of D125866: [RISCV] Add test for experimental.vector.reverse.
Miss_Grape added a comment to D125866: [RISCV] Add test for experimental.vector.reverse.
Add test for https://reviews.llvm.org/D125856
Miss_Grape added a comment to D125866: [RISCV] Add test for experimental.vector.reverse.
Miss_Grape added inline comments to D125856: [RISCV] Add cost model for SK_Reverse.
Miss_Grape requested review of D125866: [RISCV] Add test for experimental.vector.reverse.
Miss_Grape retitled D125856: [RISCV] Add cost model for SK_Reverse from [RISCV] Add cost model for SK_Reverse to [WIP] [RISCV] Add cost model for SK_Reverse.
Miss_Grape added inline comments to D125856: [RISCV] Add cost model for SK_Reverse.
Miss_Grape requested review of D125856: [RISCV] Add cost model for SK_Reverse.
May 17 2022
May 17 2022
Miss_Grape requested review of D125747: [RISCV] Enable scalable vectorization by default for RVV.
May 16 2022
May 16 2022
Miss_Grape committed rGff3f4988ed58: [CodeGen] Use ArrayRef in TargetLowering functions (authored by Miss_Grape).
[CodeGen] Use ArrayRef in TargetLowering functions
[RISCV] remove useless code
Miss_Grape added a comment to D125460: [RISCV] remove useless code.
May 12 2022
May 12 2022
Miss_Grape added a comment to D123659: [MIPS][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
ping
Miss_Grape added a comment to D125460: [RISCV] remove useless code.
Miss_Grape updated the summary of D125460: [RISCV] remove useless code.
Miss_Grape updated the summary of D125460: [RISCV] remove useless code.
Miss_Grape requested review of D125460: [RISCV] remove useless code.
Miss_Grape added a comment to D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
ping
May 9 2022
May 9 2022
Herald added a project to D101469: [RISCV] Enable interleaved vectorization for RVV: Restricted Project.
Apr 27 2022
Apr 27 2022
Miss_Grape added a comment to D123659: [MIPS][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
ping
Miss_Grape committed rG6365bde65856: [XCORE][CodeGen][NFC] Use ArrayRef in TargetLowering functions (authored by Miss_Grape).
[XCORE][CodeGen][NFC] Use ArrayRef in TargetLowering functions
Miss_Grape committed rGca3cd345a0d0: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in… (authored by Miss_Grape).
[MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in…
Apr 23 2022
Apr 23 2022
Miss_Grape added a comment to D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
ping
Apr 20 2022
Apr 20 2022
Miss_Grape added inline comments to D124096: [RISCV] Use default promotion for (i32 (shl 1, X)) on RV64 when Zbs is enabled..
Miss_Grape added inline comments to D124096: [RISCV] Use default promotion for (i32 (shl 1, X)) on RV64 when Zbs is enabled..
Apr 19 2022
Apr 19 2022
Miss_Grape added inline comments to D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Miss_Grape retitled D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI. from [WIP][MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI. to [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Miss_Grape updated the diff for D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
1,address comment
Miss_Grape retitled D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI. from [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI. to [WIP][MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Miss_Grape added inline comments to D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Miss_Grape updated the diff for D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Fix the comment
Apr 18 2022
Apr 18 2022
Herald added a project to D119787: [ELF][PPC64] Fix assertion failure for branches to hidden undefined weak for -no-pie: Restricted Project.
Apr 17 2022
Apr 17 2022
Miss_Grape added a comment to D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
ping
Miss_Grape added a comment to D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
ping
Apr 13 2022
Apr 13 2022
Miss_Grape updated the diff for D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape updated the diff for D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape updated the diff for D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape added inline comments to D123663: [PPC][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape added a comment to D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape updated the diff for D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape added reviewers for D123663: [PPC][CodeGen][NFC] Use ArrayRef in TargetLowering functions: sunshaoce, stefanp.
Miss_Grape requested review of D123663: [PPC][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape requested review of D123661: [XCORE][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape retitled D123656: [CodeGen] Use ArrayRef in TargetLowering functions from [NFC][CodeGen] Use ArrayRef in TargetLowering functions to [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape added inline comments to D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Miss_Grape updated the diff for D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Fix comment
Miss_Grape retitled D123659: [MIPS][CodeGen][NFC] Use ArrayRef in TargetLowering functions from [NFC][MIPS][CodeGen] Use ArrayRef in TargetLowering functions to [MIPS][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape requested review of D123659: [MIPS][CodeGen][NFC] Use ArrayRef in TargetLowering functions.
Miss_Grape requested review of D123656: [CodeGen] Use ArrayRef in TargetLowering functions.
Apr 12 2022
Apr 12 2022
Miss_Grape updated the diff for D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
Add test
Miss_Grape added a comment to D123181: [RISCV] [NFC] Refactor the type promotion of fsl/fsr/becompress/bdecompress/bfp.
Miss_Grape retitled D123181: [RISCV] [NFC] Refactor the type promotion of fsl/fsr/becompress/bdecompress/bfp from [RISCV] Refactoring the type promotion process of instructions fsl/fsr to [RISCV] [NFC] Refactor the type promotion of fsl/fsr/becompress/bdecompress/bfp.
Miss_Grape added inline comments to D123648: Restrict lvalue-to-rvalue conversions in CGExprConstant..
Miss_Grape updated the diff for D123181: [RISCV] [NFC] Refactor the type promotion of fsl/fsr/becompress/bdecompress/bfp.
fix the comment
Miss_Grape added a comment to D123577: [MIPS][SelectionDAG] Enable TargetLowering::hasBitTest for masks that fit in ANDI..
TODO: add test cases
Apr 11 2022
Apr 11 2022
Miss_Grape added a comment to D123181: [RISCV] [NFC] Refactor the type promotion of fsl/fsr/becompress/bdecompress/bfp.
ping
Apr 6 2022
Apr 6 2022
Miss_Grape updated the diff for D122644: [RISCV] Add CMOV isel pattern for (select (setgt X, Imm), Y, Z).
Update the test case