Page MenuHomePhabricator

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

dantrushin (Denis Antrushin)
User

Projects

User does not belong to any projects.

User Details

User Since
Aug 28 2018, 7:55 AM (265 w, 6 d)

Recent Activity

May 25 2023

dantrushin committed rG291223409c61: [InlineCost] Consider branches with !make.implicit metadata as free. (authored by dantrushin).
[InlineCost] Consider branches with !make.implicit metadata as free.
May 25 2023, 8:44 AM · Restricted Project, Restricted Project
dantrushin closed D149747: [InlineCost] Consider branches with !make.implicit metadata as free..
May 25 2023, 8:43 AM · Restricted Project, Restricted Project

May 21 2023

dantrushin added reviewers for D150936: [Statepoints] Support for compressed pointers in the statepoint emission pass: skatkov, anna.
May 21 2023, 8:59 AM · Restricted Project, Restricted Project

May 3 2023

dantrushin requested review of D149747: [InlineCost] Consider branches with !make.implicit metadata as free..
May 3 2023, 7:18 AM · Restricted Project, Restricted Project

Apr 25 2023

dantrushin accepted D147137: [InstSimplify] Extend handlng of fp min/max..

LGTM.
Please wait couple days in case @RKSimon has some more comments/concerns

Apr 25 2023, 7:39 AM · Restricted Project, Restricted Project

Apr 21 2023

dantrushin added a comment to rG2434c8fcf92c: [DAG] canCreateUndefOrPoison - add ISD::INSERT_VECTOR_ELT handling.

This change is caused https://github.com/llvm/llvm-project/issues/62286
Or simply exhibited existing problem in BUILD_VECTOR lowering on X86

Apr 21 2023, 11:12 AM · Restricted Project, Restricted Project

Apr 18 2023

dantrushin added a comment to D148514: [BranchFolding] Remove redundant conditional branch..

Would be nice to have few dedicated tests. All existing test changes are noisy

Apr 18 2023, 2:34 AM · Restricted Project, Restricted Project

Feb 8 2023

dantrushin added inline comments to D124330: Revert "HHVM calling conventions.".
Feb 8 2023, 6:47 AM · Restricted Project, Restricted Project, Restricted Project

Jan 25 2023

dantrushin committed rG7092dae03229: [RS4GC] Remove the hardcoded GC strategy names (v2) (authored by znix).
[RS4GC] Remove the hardcoded GC strategy names (v2)
Jan 25 2023, 9:48 AM · Restricted Project, Restricted Project
dantrushin committed rG7564a9ad30d3: Fix assertion in GCStrategy. (authored by dantrushin).
Fix assertion in GCStrategy.
Jan 25 2023, 9:48 AM · Restricted Project, Restricted Project
dantrushin closed D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).
Jan 25 2023, 9:48 AM · Restricted Project, Restricted Project

Jan 20 2023

dantrushin committed rG267768c9dd26: [RS4GC] Add a GCStrategy option to enable RS4GC (authored by znix).
[RS4GC] Add a GCStrategy option to enable RS4GC
Jan 20 2023, 11:39 AM · Restricted Project, Restricted Project
dantrushin closed D142169: [RS4GC] Add a GCStrategy option to enable RS4GC.
Jan 20 2023, 11:38 AM · Restricted Project, Restricted Project
dantrushin accepted D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

LGTM.
I'll wait for a few days before landing it to let other reviewers speak up.

Jan 20 2023, 6:28 AM · Restricted Project, Restricted Project
dantrushin accepted D142169: [RS4GC] Add a GCStrategy option to enable RS4GC.

LGTM after assertion fix.
I'll take care of landing

Jan 20 2023, 6:19 AM · Restricted Project, Restricted Project

Jan 18 2023

dantrushin committed rGf8450767384b: [StatepointLowering] Move statepoint correctness checks to Verifier. NFC. (authored by dantrushin).
[StatepointLowering] Move statepoint correctness checks to Verifier. NFC.
Jan 18 2023, 7:16 AM · Restricted Project, Restricted Project
dantrushin closed D141948: [StatepointLowering] Move statepoint correctness checks to Verifier. NFC..
Jan 18 2023, 7:16 AM · Restricted Project, Restricted Project
dantrushin added a comment to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

Please make a separate NFC review with GCStrategy changes. Besides being common llvm review practice it will allow downstream projects to handle this API change without breakage.
With separate reviews/commit we will have time to update our downstream strategies before RS4GC starts using new API.
If they come in single commit, it will immediately break all existing RS4GC users.

Jan 18 2023, 7:12 AM · Restricted Project, Restricted Project

Jan 17 2023

dantrushin added a comment to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

@znix : I suggest you to remove GCStrategy cache from this patch (and use llvm::getGCStrategy() instead where necessary). I think it will unblock review.
We can figure out caching later/separately.

Jan 17 2023, 11:21 AM · Restricted Project, Restricted Project
dantrushin requested review of D141948: [StatepointLowering] Move statepoint correctness checks to Verifier. NFC..
Jan 17 2023, 9:05 AM · Restricted Project, Restricted Project

Jan 13 2023

dantrushin added inline comments to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).
Jan 13 2023, 12:20 PM · Restricted Project, Restricted Project
dantrushin added a comment to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

I'll work on making a GCStrategyAnalysisPass then. Given RS4GC supports both the new and legacy pass manager, I assume this new pass needs to support both, too?

I think yes. Even though Legacy PM is deprecated, supporting it is just several extra lines.

Jan 13 2023, 6:34 AM · Restricted Project, Restricted Project

Jan 12 2023

dantrushin added a comment to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

Added couple folks who should be interested in this stuff :-)

Jan 12 2023, 4:32 AM · Restricted Project, Restricted Project
dantrushin added reviewers for D141110: [RS4GC] Remove the hardcoded GC strategy names (v2): anna, apilipenko.
Jan 12 2023, 4:32 AM · Restricted Project, Restricted Project

Jan 9 2023

dantrushin added a comment to D141110: [RS4GC] Remove the hardcoded GC strategy names (v2).

BTW, there is no need to create new revision to reflect trunk changes. You could simply rebase your local branch and then update diffs for the existing review. This works well and is common practice.

Jan 9 2023, 7:46 AM · Restricted Project, Restricted Project
dantrushin added a reviewer for D141110: [RS4GC] Remove the hardcoded GC strategy names (v2): skatkov.
Jan 9 2023, 6:31 AM · Restricted Project, Restricted Project

Jan 3 2023

dantrushin committed rGc40697a1b76d: Link the default GC strategies everywhere getGCStrategy is used. (authored by znix).
Link the default GC strategies everywhere getGCStrategy is used.
Jan 3 2023, 12:08 AM · Restricted Project, Restricted Project
dantrushin closed D140504: Link the default GC strategies everywhere getGCStrategy is used.
Jan 3 2023, 12:08 AM · Restricted Project, Restricted Project

Jan 2 2023

dantrushin added inline comments to D140580: [SLP]Do not emit many extractelements, reuse the single one emitted..
Jan 2 2023, 11:30 PM · Restricted Project, Restricted Project

Dec 30 2022

dantrushin accepted D140504: Link the default GC strategies everywhere getGCStrategy is used.

OK, go ahead.

Dec 30 2022, 6:01 AM · Restricted Project, Restricted Project

Dec 27 2022

dantrushin committed rG86ed0daae7b4: [RS4GC] Rematerialize derived pointers before uses. (authored by dantrushin).
[RS4GC] Rematerialize derived pointers before uses.
Dec 27 2022, 6:09 AM · Restricted Project, Restricted Project
dantrushin closed D138912: [RS4GC] Rematerialize derived pointers before uses..
Dec 27 2022, 6:09 AM · Restricted Project, Restricted Project

Dec 26 2022

dantrushin accepted D140672: [TwoAddressInstruction] Contrain RegClass when processing a statepoint.

LGTM, but clean test up before committing.

Dec 26 2022, 6:29 AM · Restricted Project, Restricted Project

Dec 22 2022

dantrushin added a comment to D140504: Link the default GC strategies everywhere getGCStrategy is used.

Tried your patch together with my old uncommitted change which utilizes GCStrategy in IR Verifier and it works fine now. So LGTM.
Please wait few days for other reviewers to have a chance to comment.

Dec 22 2022, 6:28 AM · Restricted Project, Restricted Project

Dec 21 2022

dantrushin added inline comments to D138912: [RS4GC] Rematerialize derived pointers before uses..
Dec 21 2022, 3:42 AM · Restricted Project, Restricted Project
dantrushin updated the diff for D138912: [RS4GC] Rematerialize derived pointers before uses..

Address review comments (fix typos).

Dec 21 2022, 3:29 AM · Restricted Project, Restricted Project
dantrushin added a comment to D140458: [RewriteStatepointsForGC] Remove the hardcoded GC strategy names.

I'm not sure why the tests are failing? It looks like a linkage issue:

LLVM ERROR: unsupported GC: statepoint-example (did you remember to link and initialize the library?)

I'm not sure why this would occur in the tests, but not locally. I built with BUILD_SHARED_LIBS which I'm guessing has something to do with it, but llvm/lib/IR/BuiltinGCs.cpp (where the statepoint-example GC registration is located) is in LLVMCore so I'd expect it to always be initialised?

Dec 21 2022, 3:25 AM · Restricted Project, Restricted Project
dantrushin added a reviewer for D140458: [RewriteStatepointsForGC] Remove the hardcoded GC strategy names: skatkov.
Dec 21 2022, 3:18 AM · Restricted Project, Restricted Project

Dec 13 2022

dantrushin updated the diff for D138912: [RS4GC] Rematerialize derived pointers before uses..

Address review comments.
Also include changes for pre-committed tests

Dec 13 2022, 7:24 AM · Restricted Project, Restricted Project
dantrushin committed rG0dfe53b61459: [RS4GC] Add few tests for derived pointer rematerialization. NFC. (authored by dantrushin).
[RS4GC] Add few tests for derived pointer rematerialization. NFC.
Dec 13 2022, 2:43 AM · Restricted Project, Restricted Project
dantrushin closed D138911: [RS4GC] Add few tests for derived pointer rematerialization. NFC..
Dec 13 2022, 2:43 AM · Restricted Project, Restricted Project
dantrushin added inline comments to D138912: [RS4GC] Rematerialize derived pointers before uses..
Dec 13 2022, 2:27 AM · Restricted Project, Restricted Project
dantrushin added a comment to D138093: [Inline Spiller] Extend the snippet by statepoint uses.

I like it more that original fix, but I don't feel qualified to review :-)
Would be great if @qcolombet can have a look..

Dec 13 2022, 1:50 AM · Restricted Project, Restricted Project
dantrushin updated the diff for D138912: [RS4GC] Rematerialize derived pointers before uses..

Rebase on tip after D138910 has been landed.

Dec 13 2022, 1:43 AM · Restricted Project, Restricted Project
dantrushin committed rG004a70a96d83: [RS4GC] Turn lambda into static function. NFC. (authored by dantrushin).
[RS4GC] Turn lambda into static function. NFC.
Dec 13 2022, 1:16 AM · Restricted Project, Restricted Project
dantrushin closed D138910: [RS4GC] Turn lambda into static function. NFC..
Dec 13 2022, 1:15 AM · Restricted Project, Restricted Project

Dec 12 2022

dantrushin updated the diff for D138910: [RS4GC] Turn lambda into static function. NFC..

Get rid of temporary ChainToBase vector as suggested in review.

Dec 12 2022, 4:57 AM · Restricted Project, Restricted Project
dantrushin added a comment to D138910: [RS4GC] Turn lambda into static function. NFC..

BTW, now with you change, do we really need to copy Record.ChainToBase to ChainToBase?

Dec 12 2022, 4:53 AM · Restricted Project, Restricted Project

Dec 9 2022

dantrushin updated the diff for D138910: [RS4GC] Turn lambda into static function. NFC..

Rebase on tip

Dec 9 2022, 8:47 AM · Restricted Project, Restricted Project

Nov 29 2022

dantrushin requested review of D138912: [RS4GC] Rematerialize derived pointers before uses..
Nov 29 2022, 4:38 AM · Restricted Project, Restricted Project
dantrushin requested review of D138911: [RS4GC] Add few tests for derived pointer rematerialization. NFC..
Nov 29 2022, 4:34 AM · Restricted Project, Restricted Project
dantrushin requested review of D138910: [RS4GC] Turn lambda into static function. NFC..
Nov 29 2022, 4:32 AM · Restricted Project, Restricted Project

Oct 21 2022

dantrushin accepted D136445: [TwoAddressInstruction] Fix stale LiveVariables info in processStatepoint.
Oct 21 2022, 6:42 AM · Restricted Project, Restricted Project
dantrushin added a comment to D136445: [TwoAddressInstruction] Fix stale LiveVariables info in processStatepoint.

LGTM.
(We perhaps should have removed RegA completely from MRI, LiveVariables etc, but I did not find interface for this. Are Registers append-only?)

Oct 21 2022, 6:37 AM · Restricted Project, Restricted Project

Sep 6 2022

dantrushin accepted D132708: [MC] Emit Stackmaps before debug info.

I did a quick testing downstream (on X86) and did not encounter any issues. Looks good to me.

Sep 6 2022, 8:35 AM · Restricted Project, Restricted Project

Aug 29 2022

dantrushin added a reviewer for D132708: [MC] Emit Stackmaps before debug info: reames.
Aug 29 2022, 9:34 AM · Restricted Project, Restricted Project

Aug 23 2022

dantrushin committed rGd1fd791e72c0: [TwoAddressInstruction] Handle pointer compare sunk past statepoint. (authored by dantrushin).
[TwoAddressInstruction] Handle pointer compare sunk past statepoint.
Aug 23 2022, 2:35 AM · Restricted Project, Restricted Project
dantrushin closed D132255: [TwoAddressInstruction] Handle pointer compare sunk past statepoint..
Aug 23 2022, 2:35 AM · Restricted Project, Restricted Project

Aug 22 2022

dantrushin updated the diff for D132255: [TwoAddressInstruction] Handle pointer compare sunk past statepoint..

Rebase on top of relanded test.
Added TODO about recomputation of live range/liveness instead of bailing out.

Aug 22 2022, 10:16 AM · Restricted Project, Restricted Project
dantrushin added a reverting change for rG89aaae57eacf: Revert "[NFC] Precommit test for D132255.": rG45e80d980151: Reapply "[NFC] Precommit test for D132255"..
Aug 22 2022, 7:41 AM · Restricted Project, Restricted Project
dantrushin committed rG45e80d980151: Reapply "[NFC] Precommit test for D132255". (authored by dantrushin).
Reapply "[NFC] Precommit test for D132255".
Aug 22 2022, 7:41 AM · Restricted Project, Restricted Project

Aug 19 2022

dantrushin updated the diff for D132255: [TwoAddressInstruction] Handle pointer compare sunk past statepoint..

Rebase on top of precommitted test

Aug 19 2022, 11:56 AM · Restricted Project, Restricted Project
dantrushin committed rG01e3a3769558: [NFC] Precommit test for D132255. (authored by dantrushin).
[NFC] Precommit test for D132255.
Aug 19 2022, 11:37 AM · Restricted Project, Restricted Project
dantrushin requested review of D132255: [TwoAddressInstruction] Handle pointer compare sunk past statepoint..
Aug 19 2022, 11:22 AM · Restricted Project, Restricted Project

Aug 8 2022

dantrushin committed rG36cc533471cb: [EarlyCSE][OpaquePointers]Replace assert with return for mask type check. (authored by dantrushin).
[EarlyCSE][OpaquePointers]Replace assert with return for mask type check.
Aug 8 2022, 6:15 AM · Restricted Project, Restricted Project
dantrushin closed D131251: [EarlyCSE][OpaquePointers]Replace assert with return for mask type check..
Aug 8 2022, 6:15 AM · Restricted Project, Restricted Project

Aug 5 2022

dantrushin requested review of D131251: [EarlyCSE][OpaquePointers]Replace assert with return for mask type check..
Aug 5 2022, 3:47 AM · Restricted Project, Restricted Project

Jul 7 2022

dantrushin committed rG26f369393d4e: [IR][OpaquePointers] Properly print cmpxchg with pointer operands. (authored by dantrushin).
[IR][OpaquePointers] Properly print cmpxchg with pointer operands.
Jul 7 2022, 7:19 AM · Restricted Project, Restricted Project
dantrushin closed D129276: [IR][OpaquePointers] Properly print cmpxchg with pointer operands..
Jul 7 2022, 7:19 AM · Restricted Project, Restricted Project
dantrushin requested review of D129276: [IR][OpaquePointers] Properly print cmpxchg with pointer operands..
Jul 7 2022, 4:31 AM · Restricted Project, Restricted Project

Jun 20 2022

dantrushin added a comment to D125680: Correctly legalise stackmap operands.

In general looks OK to me (modulo few style nits).
But I'm not an ISEL type legalization expert. Would be nice to have LGTM from someone else as well.

Jun 20 2022, 10:46 AM · Restricted Project, Restricted Project

Jun 16 2022

dantrushin added a comment to D127884: POC: Add `elementtype` attribute requirement on atomic memory intrinsics..

Idea is being able to push something like these though upstream:
https://reviews.llvm.org/D125690
https://reviews.llvm.org/D127892
From our downstream point of view they look reasonable, but we've encountered upstream resistance on first (so most likely will see it on second as well if we do it unconditionally)

Jun 16 2022, 1:46 AM · Restricted Project, Restricted Project

Jun 15 2022

dantrushin retitled D127884: POC: Add `elementtype` attribute requirement on atomic memory intrinsics. from [LangRef] Document `elementtype` attribute requirement on atomic memory intrinsics. to [Draft][LangRef] Document `elementtype` attribute requirement on atomic memory intrinsics..
Jun 15 2022, 12:24 PM · Restricted Project, Restricted Project
dantrushin updated subscribers of D127892: [LoopIdiom] Set `elementtype` attribute for generated memory intrinsic if required..
Jun 15 2022, 12:17 PM · Restricted Project, Restricted Project
dantrushin updated subscribers of D127884: POC: Add `elementtype` attribute requirement on atomic memory intrinsics..
Jun 15 2022, 12:17 PM · Restricted Project, Restricted Project
dantrushin requested review of D127892: [LoopIdiom] Set `elementtype` attribute for generated memory intrinsic if required..
Jun 15 2022, 12:08 PM · Restricted Project, Restricted Project
dantrushin requested review of D127884: POC: Add `elementtype` attribute requirement on atomic memory intrinsics..
Jun 15 2022, 11:08 AM · Restricted Project, Restricted Project

Jun 14 2022

dantrushin committed rGc0e965e22290: [Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted. (authored by dantrushin).
[Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted.
Jun 14 2022, 12:53 AM · Restricted Project, Restricted Project
dantrushin closed D127308: [Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted..
Jun 14 2022, 12:53 AM · Restricted Project, Restricted Project

Jun 9 2022

dantrushin updated the diff for D127308: [Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted..

Fix spaces in test to minimize differences

Jun 9 2022, 7:42 AM · Restricted Project, Restricted Project
dantrushin updated the diff for D127308: [Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted..

Rebase on top of precommitted test

Jun 9 2022, 7:37 AM · Restricted Project, Restricted Project
dantrushin committed rGe99e821ce889: [FixupStatepoints] Precommit test for D127308. NFC (authored by dantrushin).
[FixupStatepoints] Precommit test for D127308. NFC
Jun 9 2022, 3:06 AM · Restricted Project, Restricted Project

Jun 8 2022

dantrushin requested review of D127308: [Statepoints] FixupStatepoint: Clear isKill flag if COPY is not deleted..
Jun 8 2022, 7:50 AM · Restricted Project, Restricted Project

Jun 1 2022

dantrushin committed rG7047d79fde88: [TwoAddressInstructionPass] Relax assert in statepoint processing. (authored by dantrushin).
[TwoAddressInstructionPass] Relax assert in statepoint processing.
Jun 1 2022, 7:36 AM · Restricted Project, Restricted Project

May 30 2022

dantrushin committed rG85322e82be50: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction. (authored by dantrushin).
[TwoAddressInstructionPass] Special processing of STATEPOINT instruction.
May 30 2022, 9:08 AM · Restricted Project, Restricted Project
dantrushin closed D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..
May 30 2022, 9:08 AM · Restricted Project, Restricted Project

May 25 2022

dantrushin added a comment to D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..

ping

May 25 2022, 7:06 AM · Restricted Project, Restricted Project

May 19 2022

dantrushin added a comment to D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..

ping

May 19 2022, 7:02 AM · Restricted Project, Restricted Project
dantrushin abandoned D125690: [MemIntrinsics] Add an API to get elementtype attribute value. NFC..

Looks like this has to live downstream. Still I think if upstream provides some public api (CallBase::getParamElementType) it should be available to all users

May 19 2022, 6:25 AM · Restricted Project, Restricted Project

May 18 2022

dantrushin added a comment to D125680: Correctly legalise stackmap operands.

Please do not touch statepoint in this patch. If you do not really need it, leave it alone at all.

Just to clarify why I've proposed this:

llvm.experimental.stackmap, llvm.experimental.patchpoint and llvm.experimental.gc.statepoint used to all share the same DAG building code via a function called addStackMapLiveVars() in SelectionDAGBuilder.cpp.

No, Statepoint does not use this function.

May 18 2022, 7:49 AM · Restricted Project, Restricted Project
dantrushin added a comment to D125680: Correctly legalise stackmap operands.
  • make llvm.experimental.patchpoint and llvm.experimental.gc.statepoint legalise properly too.
May 18 2022, 7:08 AM · Restricted Project, Restricted Project

May 16 2022

dantrushin added a comment to D125690: [MemIntrinsics] Add an API to get elementtype attribute value. NFC..

Use of elementtype is discouraged -- it should only be used if there is no other solution. I don't want to add APIs legitimizing its use in this context without justification. For example, consider the llvm.memcpy.element.unordered.atomic intrinsics which specify an element size as an additional argument, rather than a precise element type.

May 16 2022, 12:40 PM · Restricted Project, Restricted Project
dantrushin added a comment to D125690: [MemIntrinsics] Add an API to get elementtype attribute value. NFC..

We generally do not add in-tree methods if they have no in-tree users. I'm also rather skeptical about what you're trying to do here -- this would need some more detailed explanation of the use case.

Intrinsics allow to specify element type of its pointer arguments via elementtype attribute.
Atomic memory intrinsics hide this possibility behind quite complicated hierarchy. This patch makes it accessible for any interested party. I don't see what's wrong with that?

May 16 2022, 12:19 PM · Restricted Project, Restricted Project
dantrushin requested review of D125690: [MemIntrinsics] Add an API to get elementtype attribute value. NFC..
May 16 2022, 7:48 AM · Restricted Project, Restricted Project
dantrushin committed rG8903dbef8ff6: [StatepointLowering] Properly handle local and non-local relocates of the same… (authored by dantrushin).
[StatepointLowering] Properly handle local and non-local relocates of the same…
May 16 2022, 3:05 AM · Restricted Project, Restricted Project
dantrushin closed D125538: [StatepointLowering] Properly handle local and non-local relocates of the same value..
May 16 2022, 3:05 AM · Restricted Project, Restricted Project

May 13 2022

dantrushin requested review of D125538: [StatepointLowering] Properly handle local and non-local relocates of the same value..
May 13 2022, 4:20 AM · Restricted Project, Restricted Project

May 12 2022

dantrushin added a comment to D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..

@MatzeB Matthias, is test statepoint-vreg-twoaddr.mir looks meaningful? If yes, I can precommit it to make changes more obvious. Also, any suggestion on improving description?
(Yes, I know that IR part in .mir test is redundant, but I find it handy when I occasionally have to modify tests)

May 12 2022, 11:35 AM · Restricted Project, Restricted Project

Apr 29 2022

dantrushin updated the diff for D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..

Added test to show changes in TwoAddress pass.

Apr 29 2022, 8:39 AM · Restricted Project, Restricted Project
dantrushin updated the summary of D124631: [TwoAddressInstructionPass] Special processing of STATEPOINT instruction..
Apr 29 2022, 7:54 AM · Restricted Project, Restricted Project