Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

4vtomat (Brandon Wu)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 29 2022, 6:29 AM (87 w, 3 d)

Recent Activity

Tue, Sep 19

4vtomat added inline comments to D154576: [RISCV] RISCV vector calling convention (1/2).
Tue, Sep 19, 9:37 PM · Restricted Project, Restricted Project, Restricted Project

Mon, Sep 18

4vtomat updated the diff for D154576: [RISCV] RISCV vector calling convention (1/2).

Add VRM2, VRM4 and VRM8 to CalleeSaved register list.

Mon, Sep 18, 9:50 PM · Restricted Project, Restricted Project, Restricted Project

Sep 1 2023

4vtomat updated the diff for D158050: [RISCV] RISCV vector calling convention (2/2).

Update commit message.

Sep 1 2023, 1:55 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D158050: [RISCV] RISCV vector calling convention (2/2).

RVVArgDispatcher is the class used to compute and maximize the register usage by using the vector argument information placed in std::vector<RVVArgInfo>, it's both used by frontend and backend.
Currently I'm not sure where is the better file to place this class, so I just place it in RISCVTargetParser.h.

Sep 1 2023, 1:54 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the summary of D158050: [RISCV] RISCV vector calling convention (2/2).
Sep 1 2023, 1:48 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D158050: [RISCV] RISCV vector calling convention (2/2).

Finish handling vector arguments in backend.

Sep 1 2023, 1:47 AM · Restricted Project, Restricted Project, Restricted Project

Aug 31 2023

4vtomat committed rG4b40ced4e5ba: [RISCV] Add --print-supported-extensions support (authored by 4vtomat).
[RISCV] Add --print-supported-extensions support
Aug 31 2023, 12:25 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat closed D146054: [RISCV] Add --print-supported-extensions support.
Aug 31 2023, 12:25 AM · Restricted Project, Restricted Project, Restricted Project

Aug 30 2023

4vtomat committed rG8609819eb1c3: [RISCV] Add feature checks for vector crypto C intrinsics (authored by 4vtomat).
[RISCV] Add feature checks for vector crypto C intrinsics
Aug 30 2023, 9:03 PM · Restricted Project, Restricted Project
4vtomat closed D158257: [RISCV] Add feature checks for vector crypto C intrinsics.
Aug 30 2023, 9:03 PM · Restricted Project, Restricted Project
4vtomat committed rGbb47721fb743: [RISCV][NFC] Update compile options for some vector crypto C intrinsics (authored by 4vtomat).
[RISCV][NFC] Update compile options for some vector crypto C intrinsics
Aug 30 2023, 8:30 PM · Restricted Project, Restricted Project
4vtomat closed D158255: [RISCV][NFC] Update compile options for some vector crypto C intrinsics.
Aug 30 2023, 8:29 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.

Resolved MaskRay's comments.

Aug 30 2023, 12:39 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D146054: [RISCV] Add --print-supported-extensions support.

I think the best place to test RISCVISAInfo.cpp is llvm/unittests/Support/RISCVISAInfoTest.cpp.

clang/test/Driver/print-supported-extensions.c can test just a few lines (there will be some overlap with the testing in llvm/unittests/Support/RISCVISAInfoTest.cpp), so that changes to RISC-V extensions will generally not require updates to clang/test/Driver/print-supported-extensions.c

The goal of this patch is to list the supported extensions and their versions by providing an option, so I guess clang/test/Driver/print-supported-extensions.c aims differently with llvm/unittests/Support/RISCVISAInfoTest.cpp which is testing the functionalities in RISCVISAInfoTest.cpp.
clang/test/Driver/print-supported-extensions.c only tracks the extensions added and the their version changes and riscvExtensionsHelp in llvm/lib/Support/RISCVISAInfo.cpp doesn't have any input or output as well as any side effect, it only reads SupportedExtensions and SupportedExperimentalExtensions and dump the information.
So I think clang/test/Driver/print-supported-extensions.c is enough for this patch?

My comment is about: the test is placed at the wrong layer. See https://maskray.me/blog/2021-08-08-toolchain-testing#the-test-checks-at-the-wrong-layer

I don't want that RISC-V development in LLVM causes repeated changes to clang/test/Driver.

Aug 30 2023, 12:39 AM · Restricted Project, Restricted Project, Restricted Project

Aug 29 2023

4vtomat updated the diff for D158255: [RISCV][NFC] Update compile options for some vector crypto C intrinsics.

Update Craig's comment.

Aug 29 2023, 11:55 PM · Restricted Project, Restricted Project

Aug 18 2023

4vtomat updated the summary of D158050: [RISCV] RISCV vector calling convention (2/2).
Aug 18 2023, 1:25 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D158257: [RISCV] Add feature checks for vector crypto C intrinsics.

Update test cases.

Aug 18 2023, 1:12 AM · Restricted Project, Restricted Project
4vtomat added reviewers for D158257: [RISCV] Add feature checks for vector crypto C intrinsics: asb, craig.topper, kito-cheng.
Aug 18 2023, 1:02 AM · Restricted Project, Restricted Project
4vtomat requested review of D158257: [RISCV] Add feature checks for vector crypto C intrinsics.
Aug 18 2023, 1:01 AM · Restricted Project, Restricted Project
4vtomat added reviewers for D158255: [RISCV][NFC] Update compile options for some vector crypto C intrinsics: kito-cheng, craig.topper, asb, ego.
Aug 18 2023, 12:33 AM · Restricted Project, Restricted Project
4vtomat requested review of D158255: [RISCV][NFC] Update compile options for some vector crypto C intrinsics.
Aug 18 2023, 12:32 AM · Restricted Project, Restricted Project

Aug 17 2023

4vtomat committed rG29f11e4fb704: [RISCV] Bump vector crypto to v1.0 RC2 (authored by 4vtomat).
[RISCV] Bump vector crypto to v1.0 RC2
Aug 17 2023, 9:20 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat closed D158067: [RISCV] Bump vector crypto to v1.0 RC2.
Aug 17 2023, 9:20 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D158067: [RISCV] Bump vector crypto to v1.0 RC2.

Address Craig's comments.

Aug 17 2023, 8:53 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D158067: [RISCV] Bump vector crypto to v1.0 RC2.

Should Zvkb and Zvbb be in this list?

void RISCVIntrinsicManagerImpl::ConstructRVVIntrinsics(                          
    ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) {                        
  const TargetInfo &TI = Context.getTargetInfo();                                
  static const std::pair<const char *, uint8_t> FeatureCheckList[] = {           
      {"64bit", RVV_REQ_RV64},                                                   
      {"xsfvcp", RVV_REQ_Xsfvcp}};

If we add Zvkb and Zvbb to the list, we should also add other vector crypto extensions to the list right?

Yes. Should be a different patch I suppose

Aug 17 2023, 8:37 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D158067: [RISCV] Bump vector crypto to v1.0 RC2.

Should Zvkb and Zvbb be in this list?

void RISCVIntrinsicManagerImpl::ConstructRVVIntrinsics(                          
    ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) {                        
  const TargetInfo &TI = Context.getTargetInfo();                                
  static const std::pair<const char *, uint8_t> FeatureCheckList[] = {           
      {"64bit", RVV_REQ_RV64},                                                   
      {"xsfvcp", RVV_REQ_Xsfvcp}};
Aug 17 2023, 8:32 PM · Restricted Project, Restricted Project, Restricted Project

Aug 16 2023

4vtomat updated the diff for D158067: [RISCV] Bump vector crypto to v1.0 RC2.

Update llvm/docs/RISCVUsage.rst.

Aug 16 2023, 3:20 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat added reviewers for D158067: [RISCV] Bump vector crypto to v1.0 RC2: ego, craig.topper, kito-cheng, asb.
Aug 16 2023, 3:16 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat requested review of D158067: [RISCV] Bump vector crypto to v1.0 RC2.
Aug 16 2023, 3:16 AM · Restricted Project, Restricted Project, Restricted Project

Aug 15 2023

4vtomat added reviewers for D158050: [RISCV] RISCV vector calling convention (2/2): lhtin, kito-cheng, asb, craig.topper, reames.
Aug 15 2023, 10:16 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat requested review of D158050: [RISCV] RISCV vector calling convention (2/2).
Aug 15 2023, 10:03 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the summary of D157067: [RISCV] Set the vector calling convention if any of input type or return type is vector.
Aug 15 2023, 4:13 AM · Restricted Project, Restricted Project
4vtomat updated the diff for D157067: [RISCV] Set the vector calling convention if any of input type or return type is vector.

Update commit message.

Aug 15 2023, 4:12 AM · Restricted Project, Restricted Project
4vtomat updated the diff for D157067: [RISCV] Set the vector calling convention if any of input type or return type is vector.

Add an option to deduce vector cc(default off).

Aug 15 2023, 4:09 AM · Restricted Project, Restricted Project

Aug 14 2023

4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.
  1. Apply clang-format for this patch
  2. Replace FileCheck --implicit-check-not=warning: with %clang -Werror
Aug 14 2023, 8:59 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D146054: [RISCV] Add --print-supported-extensions support.

I think the best place to test RISCVISAInfo.cpp is llvm/unittests/Support/RISCVISAInfoTest.cpp.

clang/test/Driver/print-supported-extensions.c can test just a few lines (there will be some overlap with the testing in llvm/unittests/Support/RISCVISAInfoTest.cpp), so that changes to RISC-V extensions will generally not require updates to clang/test/Driver/print-supported-extensions.c

Aug 14 2023, 8:06 PM · Restricted Project, Restricted Project, Restricted Project

Aug 13 2023

4vtomat committed rGa23d65ac89ce: [RISCV] Add missing Xsfvcp extension check in clang sema (authored by 4vtomat).
[RISCV] Add missing Xsfvcp extension check in clang sema
Aug 13 2023, 10:34 PM · Restricted Project, Restricted Project
4vtomat closed D157474: [RISCV] Add missing Xsfvcp extension check in clang sema.
Aug 13 2023, 10:34 PM · Restricted Project, Restricted Project
4vtomat added a comment to D146054: [RISCV] Add --print-supported-extensions support.

Ping

Aug 13 2023, 8:04 PM · Restricted Project, Restricted Project, Restricted Project

Aug 11 2023

4vtomat accepted D157614: [RISCV] Lower reverse shuffles of fixed i1 vectors to vbrev.v.

LGTM, but leave final decision to other reviewers~

Aug 11 2023, 8:44 PM · Restricted Project, Restricted Project
4vtomat accepted D157651: [RISCV] Rewrite CheckInvalidVLENandLMUL to avoid floating point..

LGTM, thanks!

Aug 11 2023, 4:45 AM · Restricted Project, Restricted Project

Aug 9 2023

4vtomat accepted D157580: [RISCV][NFC] Use named arguments in newly added changes.

LGTM, thanks~

Aug 9 2023, 10:30 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat added inline comments to D157474: [RISCV] Add missing Xsfvcp extension check in clang sema.
Aug 9 2023, 6:25 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D157474: [RISCV] Add missing Xsfvcp extension check in clang sema.

Rename the function in the test case.

Aug 9 2023, 6:24 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D157474: [RISCV] Add missing Xsfvcp extension check in clang sema.

Add test cases.

Aug 9 2023, 1:14 AM · Restricted Project, Restricted Project

Aug 8 2023

4vtomat added reviewers for D157474: [RISCV] Add missing Xsfvcp extension check in clang sema: kito-cheng, craig.topper, asb.
Aug 8 2023, 10:19 PM · Restricted Project, Restricted Project
4vtomat requested review of D157474: [RISCV] Add missing Xsfvcp extension check in clang sema.
Aug 8 2023, 10:18 PM · Restricted Project, Restricted Project
4vtomat committed rGadb76c31ec42: [RISCV] Add missing REQUIRES for zvk-invalid.c test (authored by 4vtomat).
[RISCV] Add missing REQUIRES for zvk-invalid.c test
Aug 8 2023, 6:46 PM · Restricted Project, Restricted Project
4vtomat closed D157467: [RISCV] Add missing REQUIRES for zvk-invalid.c test.
Aug 8 2023, 6:45 PM · Restricted Project, Restricted Project
4vtomat added a reviewer for D157467: [RISCV] Add missing REQUIRES for zvk-invalid.c test: dyung.
Aug 8 2023, 6:43 PM · Restricted Project, Restricted Project
4vtomat requested review of D157467: [RISCV] Add missing REQUIRES for zvk-invalid.c test.
Aug 8 2023, 6:43 PM · Restricted Project, Restricted Project
4vtomat added a comment to D138810: [RISCV] Support vector crypto extension C intrinsics.

The test you added clang/test/Sema/zvk-invalid.c is failing on bots, for example https://lab.llvm.org/buildbot/#/builders/139/builds/47055.

Is the test missing a REQUIRES: riscv-registered-target line by any chance?

Aug 8 2023, 6:42 PM · Restricted Project, Restricted Project
4vtomat committed rG2a05a5215f69: [RISCV] Support vector crypto extension C intrinsics (authored by 4vtomat).
[RISCV] Support vector crypto extension C intrinsics
Aug 8 2023, 5:10 PM · Restricted Project, Restricted Project
4vtomat closed D138810: [RISCV] Support vector crypto extension C intrinsics.
Aug 8 2023, 5:10 PM · Restricted Project, Restricted Project

Aug 3 2023

4vtomat added reviewers for D157067: [RISCV] Set the vector calling convention if any of input type or return type is vector: lhtin, asb, craig.topper, kito-cheng.
Aug 3 2023, 9:00 PM · Restricted Project, Restricted Project
4vtomat requested review of D157067: [RISCV] Set the vector calling convention if any of input type or return type is vector.
Aug 3 2023, 8:57 PM · Restricted Project, Restricted Project
4vtomat committed rG1547b81d2089: [RISCV][NFC] Remove unused code in RISCV/RISCVInstrInfoZvk.td (authored by 4vtomat).
[RISCV][NFC] Remove unused code in RISCV/RISCVInstrInfoZvk.td
Aug 3 2023, 4:48 AM · Restricted Project, Restricted Project
4vtomat closed D156984: [RISCV][NFC] Remove unused code in RISCV/RISCVInstrInfoZvk.td.
Aug 3 2023, 4:48 AM · Restricted Project, Restricted Project
4vtomat committed rGb3b2a9209bd6: [RISCV] Fix the predicate code of uimm6 (authored by 4vtomat).
[RISCV] Fix the predicate code of uimm6
Aug 3 2023, 3:43 AM · Restricted Project, Restricted Project
4vtomat closed D156974: [RISCV] Fix the predicate code of uimm6.
Aug 3 2023, 3:42 AM · Restricted Project, Restricted Project
4vtomat added reviewers for D156984: [RISCV][NFC] Remove unused code in RISCV/RISCVInstrInfoZvk.td: craig.topper, kito-cheng, asb.
Aug 3 2023, 3:40 AM · Restricted Project, Restricted Project
4vtomat requested review of D156984: [RISCV][NFC] Remove unused code in RISCV/RISCVInstrInfoZvk.td.
Aug 3 2023, 3:39 AM · Restricted Project, Restricted Project
4vtomat added reviewers for D156974: [RISCV] Fix the predicate code of uimm6: zixuan-wu, kito-cheng, craig.topper.
Aug 3 2023, 1:57 AM · Restricted Project, Restricted Project
4vtomat requested review of D156974: [RISCV] Fix the predicate code of uimm6.
Aug 3 2023, 1:57 AM · Restricted Project, Restricted Project
4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Aug 3 2023, 1:51 AM · Restricted Project, Restricted Project
4vtomat committed rGf3ce925083d2: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp (authored by 4vtomat).
[RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp
Aug 3 2023, 1:49 AM · Restricted Project, Restricted Project
4vtomat closed D156223: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp.
Aug 3 2023, 1:48 AM · Restricted Project, Restricted Project
4vtomat updated the diff for D138810: [RISCV] Support vector crypto extension C intrinsics.

This update does a few things:

  1. Update test cases based on rvv-intrinsic-doc.
  2. Add checks for "zvknh[a|b]" instructions.
  3. Rename and restructure the function from CheckInvalidEGW to CheckInvalidVLENandLMUL.
Aug 3 2023, 1:46 AM · Restricted Project, Restricted Project

Aug 2 2023

4vtomat updated the diff for D138810: [RISCV] Support vector crypto extension C intrinsics.

Update missing comment.

Aug 2 2023, 8:17 PM · Restricted Project, Restricted Project
4vtomat added inline comments to D138810: [RISCV] Support vector crypto extension C intrinsics.
Aug 2 2023, 7:31 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D138810: [RISCV] Support vector crypto extension C intrinsics.

This update does a few things:

  1. Update Craig's comments.
  2. Make LMUL=8 valid(https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/234#discussion_r1282568330).
  3. Rebase.
Aug 2 2023, 7:31 PM · Restricted Project, Restricted Project
4vtomat committed rG346c1f26415a: [RISCV] Support vector crypto extension LLVM IR (authored by 4vtomat).
[RISCV] Support vector crypto extension LLVM IR
Aug 2 2023, 10:26 AM · Restricted Project, Restricted Project
4vtomat closed D138809: [RISCV] Support vector crypto extension LLVM IR.
Aug 2 2023, 10:25 AM · Restricted Project, Restricted Project

Aug 1 2023

4vtomat added reviewers for D156846: [RISCV] Add CFI information for vector callee-saved registers: asb, craig.topper, kito.cheng.
Aug 1 2023, 7:51 PM · Restricted Project, Restricted Project
4vtomat requested review of D156846: [RISCV] Add CFI information for vector callee-saved registers.
Aug 1 2023, 7:48 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

Update Craig's comment.

Aug 1 2023, 6:14 PM · Restricted Project, Restricted Project
4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Aug 1 2023, 6:12 PM · Restricted Project, Restricted Project
4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Aug 1 2023, 6:07 PM · Restricted Project, Restricted Project
4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Aug 1 2023, 4:10 AM · Restricted Project, Restricted Project
4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

Resolved Craig's comment.

Aug 1 2023, 4:10 AM · Restricted Project, Restricted Project

Jul 31 2023

4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

Resolved Craig's comment.

Jul 31 2023, 10:43 PM · Restricted Project, Restricted Project
4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Jul 31 2023, 10:34 PM · Restricted Project, Restricted Project

Jul 30 2023

4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.

Updated test case.

Jul 30 2023, 7:59 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat added inline comments to D146054: [RISCV] Add --print-supported-extensions support.
Jul 30 2023, 7:45 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.

Resolved MaskRay's comments.

Jul 30 2023, 7:45 PM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D154576: [RISCV] RISCV vector calling convention (1/2).

Resolved Aaron's comments.
Also group some code and refactoring some code to make it much clear.

Jul 30 2023, 12:42 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.

Rebase

Jul 30 2023, 12:21 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat updated the diff for D146054: [RISCV] Add --print-supported-extensions support.

Resolved MaskRay's comments, thanks for reviewing!!

Jul 30 2023, 12:21 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat added inline comments to D154576: [RISCV] RISCV vector calling convention (1/2).
Jul 30 2023, 12:13 AM · Restricted Project, Restricted Project, Restricted Project
4vtomat added a comment to D154576: [RISCV] RISCV vector calling convention (1/2).

Does this only change the calling convention when __attribute__((riscv_vector_cc)) is used? The attribute should be mentioned in the patch description.

Yes it only changes when __attribute__((riscv_vector_cc)) is used, thanks for reminding, I will mention in the description.

In addition to using attributes, functions that use vector registers to pass arguments or return values also need to comply with the new calling convention.

Jul 30 2023, 12:10 AM · Restricted Project, Restricted Project, Restricted Project

Jul 27 2023

4vtomat added inline comments to D138809: [RISCV] Support vector crypto extension LLVM IR.
Jul 27 2023, 11:16 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

Resolved Craig's comment.

Jul 27 2023, 11:15 PM · Restricted Project, Restricted Project

Jul 26 2023

4vtomat updated the diff for D138810: [RISCV] Support vector crypto extension C intrinsics.

After discusstion in https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/234,
we will have multiple lmuls for scalar type operands.
Currently the test cases for those instructions are only presented in vaesdf,
all other instructions test cases will be copied from rvv-intrinsic-doc once
they're ready.
Also added test case for sema checking for checking valid lmul.

Jul 26 2023, 11:58 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

Resolved Craig's comments.

Jul 26 2023, 11:39 PM · Restricted Project, Restricted Project
4vtomat updated the diff for D138809: [RISCV] Support vector crypto extension LLVM IR.

This update includes:

  1. Add the constraint: LMUL*VLEN < EGW during lowering instructions.
  2. Enumerate over all of lmul less or equal to vd type's lmul for those instructions that have scalar operand.
Jul 26 2023, 4:08 AM · Restricted Project, Restricted Project
4vtomat added inline comments to D156223: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp.
Jul 26 2023, 1:31 AM · Restricted Project, Restricted Project
4vtomat updated the diff for D156223: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp.

Add a test case for invalid example.

Jul 26 2023, 1:25 AM · Restricted Project, Restricted Project

Jul 25 2023

4vtomat added a reviewer for D156223: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp: eopXD.
Jul 25 2023, 5:13 PM · Restricted Project, Restricted Project
4vtomat committed rGd664541788c1: [RISCV] Remove zvk uimm constraints (authored by 4vtomat).
[RISCV] Remove zvk uimm constraints
Jul 25 2023, 3:46 AM · Restricted Project, Restricted Project
4vtomat closed D155669: [RISCV] Remove zvk uimm constraints.
Jul 25 2023, 3:45 AM · Restricted Project, Restricted Project