Page MenuHomePhabricator

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

Feed Advanced Search

Aug 17 2023

n-omer committed rGd06608060c8f: [X86] Fix aliasing check between TargetFrameIndex and FrameIndex (authored by n-omer).
[X86] Fix aliasing check between TargetFrameIndex and FrameIndex
Aug 17 2023, 2:48 AM · Restricted Project, Restricted Project
n-omer closed D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.
Aug 17 2023, 2:48 AM · Restricted Project, Restricted Project

Aug 16 2023

n-omer added a comment to D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.

Hi @pengfei, are you happy with the patch now?

Aug 16 2023, 1:26 PM · Restricted Project, Restricted Project

Aug 10 2023

n-omer updated the diff for D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.

Rebase.

Aug 10 2023, 8:00 AM · Restricted Project, Restricted Project
n-omer committed rGd43634cd743d: [X86] Pre-commit test for D157513 (authored by n-omer).
[X86] Pre-commit test for D157513
Aug 10 2023, 7:55 AM · Restricted Project, Restricted Project

Aug 9 2023

n-omer updated the summary of D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.
Aug 9 2023, 9:28 AM · Restricted Project, Restricted Project
n-omer added a comment to D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.

Before and after diff of the test:

Aug 9 2023, 9:19 AM · Restricted Project, Restricted Project
n-omer updated the summary of D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.
Aug 9 2023, 7:51 AM · Restricted Project, Restricted Project
n-omer requested review of D157513: [X86] Fix aliasing check between a TargetFrameIndex and a FrameIndex.
Aug 9 2023, 7:50 AM · Restricted Project, Restricted Project

Jul 13 2023

n-omer added a comment to D116879: [llvm] Allow forced auto-vectorization of sincos() using libmvec.

Hi @tim.schmielau, your assumption that libm-vec expects vectors filled with pointers is correct, as shown by https://elixir.bootlin.com/glibc/glibc-2.37.9000/source/sysdeps/x86_64/fpu/test-vector-abi-sincos.h#L46.

Jul 13 2023, 2:34 AM · Restricted Project, Restricted Project

Jul 11 2023

n-omer committed rGe148899ad9f3: [X86] Preserve volatile ATOMIC_LOAD_OR nodes (authored by n-omer).
[X86] Preserve volatile ATOMIC_LOAD_OR nodes
Jul 11 2023, 1:06 AM · Restricted Project, Restricted Project
n-omer closed D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.
Jul 11 2023, 1:06 AM · Restricted Project, Restricted Project

Jul 10 2023

n-omer updated the summary of D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.
Jul 10 2023, 7:31 AM · Restricted Project, Restricted Project
n-omer updated the diff for D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.

Rebase.

Jul 10 2023, 7:27 AM · Restricted Project, Restricted Project
n-omer committed rG862e5dcb7e59: [X86] Pre-commit test for lowerAtomicArith (authored by n-omer).
[X86] Pre-commit test for lowerAtomicArith
Jul 10 2023, 7:22 AM · Restricted Project, Restricted Project

Jul 6 2023

n-omer updated the diff for D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.
Jul 6 2023, 7:19 AM · Restricted Project, Restricted Project
n-omer updated the diff for D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.

Add test.

Jul 6 2023, 7:18 AM · Restricted Project, Restricted Project
n-omer requested review of D154609: [X86] Preserve volatile ATOMIC_LOAD_OR nodes.
Jul 6 2023, 7:18 AM · Restricted Project, Restricted Project

Jul 3 2023

n-omer abandoned D154225: [X86] Enable the VR512 register class when AVX512 is enabled.
Jul 3 2023, 1:48 AM · Restricted Project, Restricted Project
n-omer added a comment to D154225: [X86] Enable the VR512 register class when AVX512 is enabled.

Thanks @pengfei and @craig.topper, I'll close this reivew.

Jul 3 2023, 1:46 AM · Restricted Project, Restricted Project

Jun 30 2023

n-omer added a comment to D154225: [X86] Enable the VR512 register class when AVX512 is enabled.

I think this is not the right fix. We intended to define legal types under useAVX512Regs.

Jun 30 2023, 9:31 AM · Restricted Project, Restricted Project
n-omer requested review of D154225: [X86] Enable the VR512 register class when AVX512 is enabled.
Jun 30 2023, 7:51 AM · Restricted Project, Restricted Project

Jun 7 2023

n-omer added a comment to D127115: [DAGCombine] Make sure combined nodes are added back to the worklist in topological order..
define void @_ZN12_GLOBAL__N_114AssemblyWriterC2ERN4llvm21formatted_raw_ostreamERNS1_11SlotTrackerEPKNS1_6ModuleEPNS1_24AssemblyAnnotationWriterEbb() {
entry:
  %__end1.sroa.5.0.copyload = load ptr, ptr poison, align 8
  %__end1.sroa.6.0.copyload = load ptr, ptr null, align 8
  %cmp.i.i.i8.i.i = icmp ne ptr null, %__end1.sroa.6.0.copyload
  %cmp.i.i.i.i9.i.i = icmp ne ptr null, %__end1.sroa.5.0.copyload
  %.not.i = select i1 %cmp.i.i.i8.i.i, i1 true, i1 %cmp.i.i.i.i9.i.i
  %.not.i.fr = freeze i1 %.not.i
  br i1 %.not.i.fr, label %for.cond.us, label %if.end.split

for.cond.us:                                      ; preds = %entry
  unreachable

if.end.split:                                     ; preds = %entry
  ret void
}

I am failing to see how this generates an infinite loop. llc compiles it just fine. Would you have more details on how to repro?

Jun 7 2023, 7:21 AM · Restricted Project, Restricted Project

Jun 6 2023

n-omer added a comment to D127115: [DAGCombine] Make sure combined nodes are added back to the worklist in topological order..
define void @_ZN12_GLOBAL__N_114AssemblyWriterC2ERN4llvm21formatted_raw_ostreamERNS1_11SlotTrackerEPKNS1_6ModuleEPNS1_24AssemblyAnnotationWriterEbb() {
entry:
  %__end1.sroa.5.0.copyload = load ptr, ptr poison, align 8
  %__end1.sroa.6.0.copyload = load ptr, ptr null, align 8
  %cmp.i.i.i8.i.i = icmp ne ptr null, %__end1.sroa.6.0.copyload
  %cmp.i.i.i.i9.i.i = icmp ne ptr null, %__end1.sroa.5.0.copyload
  %.not.i = select i1 %cmp.i.i.i8.i.i, i1 true, i1 %cmp.i.i.i.i9.i.i
  %.not.i.fr = freeze i1 %.not.i
  br i1 %.not.i.fr, label %for.cond.us, label %if.end.split

for.cond.us:                                      ; preds = %entry
  unreachable

if.end.split:                                     ; preds = %entry
  ret void
}
Jun 6 2023, 7:34 AM · Restricted Project, Restricted Project

May 17 2023

n-omer added a comment to D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.

Thanks @CarlosAlbertoEnciso.

May 17 2023, 6:13 AM · Restricted Project, debug-info, Restricted Project
n-omer committed rGc5ce3b136cfa: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select` (authored by n-omer).
[llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`
May 17 2023, 6:13 AM · Restricted Project, Restricted Project
n-omer closed D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.
May 17 2023, 6:13 AM · Restricted Project, debug-info, Restricted Project
n-omer updated the diff for D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.

Address review comments.

May 17 2023, 4:38 AM · Restricted Project, debug-info, Restricted Project

May 16 2023

n-omer updated the diff for D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.

Add codeview test.

May 16 2023, 7:54 AM · Restricted Project, debug-info, Restricted Project

May 12 2023

n-omer updated the diff for D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.

Address review comments.

May 12 2023, 5:22 AM · Restricted Project, debug-info, Restricted Project

May 9 2023

n-omer requested review of D150190: [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`.
May 9 2023, 3:35 AM · Restricted Project, debug-info, Restricted Project

Mar 14 2023

n-omer committed rG2ebbcfa07edd: [X86] Fix encoding for ATOMIC_LOGIC_OP (authored by n-omer).
[X86] Fix encoding for ATOMIC_LOGIC_OP
Mar 14 2023, 4:41 AM · Restricted Project, Restricted Project
n-omer committed rGd8c2a10297f1: [X86] Add negative test for D145930 (authored by n-omer).
[X86] Add negative test for D145930
Mar 14 2023, 4:41 AM · Restricted Project, Restricted Project
n-omer closed D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.
Mar 14 2023, 4:41 AM · Restricted Project, Restricted Project
n-omer closed D145933: [X86] Add negative test for D145930.
Mar 14 2023, 4:41 AM · Restricted Project, Restricted Project
n-omer updated the summary of D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.
Mar 14 2023, 2:33 AM · Restricted Project, Restricted Project

Mar 13 2023

n-omer updated the diff for D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.
Mar 13 2023, 9:21 AM · Restricted Project, Restricted Project
n-omer updated the diff for D145933: [X86] Add negative test for D145930.

Address review comments.

Mar 13 2023, 9:20 AM · Restricted Project, Restricted Project
n-omer added inline comments to D145933: [X86] Add negative test for D145930.
Mar 13 2023, 6:39 AM · Restricted Project, Restricted Project
n-omer added a comment to D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.

Negative test: https://reviews.llvm.org/D145933

Mar 13 2023, 6:26 AM · Restricted Project, Restricted Project
n-omer added a comment to D145933: [X86] Add negative test for D145930.
Mar 13 2023, 6:26 AM · Restricted Project, Restricted Project
n-omer updated the diff for D145933: [X86] Add negative test for D145930.

Update diff.

Mar 13 2023, 6:24 AM · Restricted Project, Restricted Project
n-omer requested review of D145933: [X86] Add negative test for D145930.
Mar 13 2023, 6:22 AM · Restricted Project, Restricted Project
n-omer updated the summary of D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.
Mar 13 2023, 6:15 AM · Restricted Project, Restricted Project
n-omer requested review of D145930: [X86] Fix encoding for ATOMIC_LOGIC_OP.
Mar 13 2023, 6:05 AM · Restricted Project, Restricted Project

Oct 20 2022

n-omer committed rGe1fd6d49a3df: [InstCombine] Fix assert condition in `foldSelectShuffleOfSelectShuffle` (authored by n-omer).
[InstCombine] Fix assert condition in `foldSelectShuffleOfSelectShuffle`
Oct 20 2022, 5:11 AM · Restricted Project, Restricted Project
n-omer closed D136256: [InstCombine] Fix assert condition in `foldSelectShuffleOfSelectShuffle`.
Oct 20 2022, 5:11 AM · Restricted Project, Restricted Project

Oct 19 2022

n-omer updated the diff for D136256: [InstCombine] Fix assert condition in `foldSelectShuffleOfSelectShuffle`.

Address review comments

Oct 19 2022, 8:07 AM · Restricted Project, Restricted Project
n-omer requested review of D136256: [InstCombine] Fix assert condition in `foldSelectShuffleOfSelectShuffle`.
Oct 19 2022, 7:18 AM · Restricted Project, Restricted Project

Oct 14 2022

n-omer added a comment to D133145: Use u16 to store Count/MaxCount.

@Chia-hungDuan, your change is causing a build failure on our internal bots that run older versions of gcc, specifically 7.5.0 and 9.4.0. It fails with the following error:

/home/dyung/src/upstream/llvm_clean_git/compiler-rt/lib/scudo/standalone/local_cache.h:190:14: error: conversion from ‘int’ to ‘scudo::u16’ {aka ‘short unsigned int’} may change value [-Werror=conversion]                                        
  190 |     C->Count -= Count;                                                                                                                                                                                                                      
      |     ~~~~~~~~~^~~~~~~~

This looks weird to me. Both of them are u16 already. Can you check why it thinks C-Count is int?

/home/dyung/src/upstream/llvm_clean_git/compiler-rt/lib/scudo/standalone/local_cache.h:154:23: error: conversion from ‘int’ to ‘scudo::u16’ {aka ‘short unsigned int’} may change value [-Werror=conversion]

154 |       P->MaxCount = 2 * TransferBatch::getMaxCached(Size);                                                                                                                                                                                  
    |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

https://reviews.llvm.org/D135945. I think this will resolve the warning.

Can you take a look and revert if it will take you a while to fix?

Oct 14 2022, 7:16 AM · Restricted Project, Restricted Project
n-omer added a comment to D133145: Use u16 to store Count/MaxCount.

we are seeing the same issue compiling compiler-rt with these patches in trunk, are the various buildbots catching this also?
for awareness: @saiislam

Oct 14 2022, 6:57 AM · Restricted Project, Restricted Project

Jun 24 2022

n-omer committed rG0d4179433576: [SLP] Add cost model for `llvm.powi.*` intrinsics (REAPPLIED) (authored by n-omer).
[SLP] Add cost model for `llvm.powi.*` intrinsics (REAPPLIED)
Jun 24 2022, 3:24 AM · Restricted Project, Restricted Project

Jun 23 2022

n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Fix cost model.

Jun 23 2022, 8:11 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Improve the cost computation and update tests.

Jun 23 2022, 3:55 AM · Restricted Project, Restricted Project

Jun 22 2022

n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Modify AArch64 and RISCV tests.

Jun 22 2022, 9:15 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Add context to diff.

Jun 22 2022, 3:51 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Update failing cost model tests.

Jun 22 2022, 2:54 AM · Restricted Project, Restricted Project

Jun 21 2022

n-omer added a comment to D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Reverted due to test failures, investigating further.

Jun 21 2022, 8:07 AM · Restricted Project, Restricted Project
n-omer added a reverting change for rGe6ccb57bb3f6: [SLP] Add cost model for `llvm.powi.*` intrinsics: rG4c5f10aeebd7: Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for….
Jun 21 2022, 8:06 AM · Restricted Project, Restricted Project
n-omer committed rG4c5f10aeebd7: Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for… (authored by n-omer).
Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for…
Jun 21 2022, 8:06 AM · Restricted Project, Restricted Project
n-omer added a reverting change for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics: rG4c5f10aeebd7: Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for….
Jun 21 2022, 8:06 AM · Restricted Project, Restricted Project
n-omer committed rGe6ccb57bb3f6: [SLP] Add cost model for `llvm.powi.*` intrinsics (authored by n-omer).
[SLP] Add cost model for `llvm.powi.*` intrinsics
Jun 21 2022, 7:41 AM · Restricted Project, Restricted Project
n-omer closed D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.
Jun 21 2022, 7:41 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Remove unused included file.

Jun 21 2022, 2:29 AM · Restricted Project, Restricted Project

Jun 20 2022

n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Add context to diff.

Jun 20 2022, 6:50 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Rebase patch and address review comments.

Jun 20 2022, 6:49 AM · Restricted Project, Restricted Project
n-omer committed rGcd8870e85082: [SLP] Add a test for llvm.powi.* (authored by n-omer).
[SLP] Add a test for llvm.powi.*
Jun 20 2022, 5:42 AM · Restricted Project, Restricted Project
n-omer closed D128178: [SLP] Add a test for llvm.powi.* intrinsics.
Jun 20 2022, 5:42 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128178: [SLP] Add a test for llvm.powi.* intrinsics.

Remove unnecessary attribute from test.

Jun 20 2022, 3:37 AM · Restricted Project, Restricted Project
n-omer added a comment to D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

@RKSimon I've created https://reviews.llvm.org/D128178 for the test.

Jun 20 2022, 3:29 AM · Restricted Project, Restricted Project
n-omer requested review of D128178: [SLP] Add a test for llvm.powi.* intrinsics.
Jun 20 2022, 3:28 AM · Restricted Project, Restricted Project
n-omer retitled D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics from [SLP] Add cost models for llvm.powi.* intrinsics to [SLP] Add cost model for `llvm.powi.*` intrinsics.
Jun 20 2022, 3:00 AM · Restricted Project, Restricted Project
n-omer updated the diff for D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.

Add context to diff.

Jun 20 2022, 2:58 AM · Restricted Project, Restricted Project
n-omer requested review of D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics.
Jun 20 2022, 2:52 AM · Restricted Project, Restricted Project

Jun 14 2022

n-omer updated the diff for D127492: [X86][SLP] Basic test coverage for llvm.powi.

Update RUN lines to fix failing builds and add new variable argument test to SLP.

Jun 14 2022, 5:42 AM · Restricted Project, Restricted Project
n-omer updated the diff for D127492: [X86][SLP] Basic test coverage for llvm.powi.

Replace undef with poison.

Jun 14 2022, 2:37 AM · Restricted Project, Restricted Project

Jun 13 2022

n-omer updated the diff for D127492: [X86][SLP] Basic test coverage for llvm.powi.

Address review comments.

Jun 13 2022, 2:41 AM · Restricted Project, Restricted Project

Jun 10 2022

n-omer requested review of D127492: [X86][SLP] Basic test coverage for llvm.powi.
Jun 10 2022, 5:55 AM · Restricted Project, Restricted Project

May 24 2022

n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Update diff based on reviewer's comments.

May 24 2022, 1:49 AM · Restricted Project, Restricted Project

May 23 2022

n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Update diff based on reviewer's comments.

May 23 2022, 10:01 AM · Restricted Project, Restricted Project
n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Remove FIXME from test.

May 23 2022, 7:36 AM · Restricted Project, Restricted Project
n-omer updated the summary of D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.
May 23 2022, 7:33 AM · Restricted Project, Restricted Project
n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Add context to diff.

May 23 2022, 7:31 AM · Restricted Project, Restricted Project
n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Update diff based on review comments.

May 23 2022, 7:27 AM · Restricted Project, Restricted Project

May 20 2022

n-omer updated the diff for D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Updating the diff for completeness because D126055. Still looking into the reviewers comments.

May 20 2022, 9:34 AM · Restricted Project, Restricted Project
n-omer updated the diff for D126055: [X86] Add tests for FREM.

Address review comments.

May 20 2022, 2:45 AM · Restricted Project, Restricted Project
n-omer added a comment to D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.

Hi @RKSimon, I've updated the tests for the current trunk and split them off into https://reviews.llvm.org/D126055.

May 20 2022, 2:36 AM · Restricted Project, Restricted Project
n-omer requested review of D126055: [X86] Add tests for FREM.
May 20 2022, 2:34 AM · Restricted Project, Restricted Project

May 19 2022

n-omer requested review of D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls.
May 19 2022, 9:33 AM · Restricted Project, Restricted Project

Jun 4 2021

n-omer updated n-omer.
Jun 4 2021, 2:37 AM
n-omer updated n-omer.
Jun 4 2021, 2:36 AM

Dec 17 2020

n-omer updated the diff for D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.

Resolve another merge conflict Transforms/LoopIdiom/X86/left-shift-until-bittest.ll.

Dec 17 2020, 7:25 AM · debug-info, Restricted Project

Dec 16 2020

n-omer updated the diff for D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.

Transforms/LoopIdiom/X86/left-shift-until-bittest.ll test was recently added in this commit. The test in its current form relies on LCSSA's current behaviour. I have updated the patch to remove that reliance.

Dec 16 2020, 8:01 AM · debug-info, Restricted Project

Dec 14 2020

n-omer added a comment to D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.

LGTM, although couldn't you also just swap the basictest.ll DEBUGIFY-NEXT to be a DEBUGIFY-NOT: call void @llvm.dbg.value and not add the extra test.

(Nabeel and I share a corporate overloard, we should leave this a little more time in case anyone else wants to chip in).

Dec 14 2020, 6:43 AM · debug-info, Restricted Project

Dec 7 2020

n-omer updated the summary of D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.
Dec 7 2020, 4:21 AM · debug-info, Restricted Project

Dec 3 2020

n-omer updated the diff for D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.

Added context to diff.

Dec 3 2020, 7:35 AM · debug-info, Restricted Project
n-omer requested review of D92576: Remove insertDebugValuesForPHIs() from LCSSA to prevent assignments from being reordered.
Dec 3 2020, 7:17 AM · debug-info, Restricted Project

Oct 21 2020

n-omer updated subscribers of D89803: [dexter] Add support for Visual Studio 2019 to Dexter.
Oct 21 2020, 6:03 AM · Restricted Project, debug-info
n-omer updated subscribers of D89462: [debuginfo-tests] [dexter] Add tests to check debug experience.
Oct 21 2020, 6:03 AM · Restricted Project, debug-info
n-omer updated subscribers of D89873: [debuginfo-tests] [dexter] Add test to check debug experience with __attribute__((optnone)).
Oct 21 2020, 6:01 AM · Restricted Project, debug-info