Page MenuHomePhabricator

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

jmciver (John McIver)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 9 2022, 9:22 PM (76 w, 4 d)

Recent Activity

Aug 24 2023

jmciver updated the diff for D158353: WIP: [mem2reg] Refactor load of uninitialized memory to poison semantics.

Add conditional check to prevent the freezing of a load with freeze_bits metadata

Aug 24 2023, 5:36 PM · Restricted Project, Restricted Project

Aug 21 2023

jmciver added a comment to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

@nikic I added this patch to a work in progress (WIP) "stack" of patches. D158352 and D158353 show what the intended progression looks like for mem2reg. I will add WIP SROA changes in the next few days.

Aug 21 2023, 10:12 AM · Restricted Project, Restricted Project, Restricted Project
jmciver published D158353: WIP: [mem2reg] Refactor load of uninitialized memory to poison semantics for review.
Aug 21 2023, 10:06 AM · Restricted Project, Restricted Project
jmciver published D158352: WIP: [llvm][MemoryBuiltins] Add initialization category to getInitialValueOfAllocation for review.
Aug 21 2023, 10:06 AM · Restricted Project, Restricted Project
jmciver published D158345: WIP: [clang][llvm][test] Update tests to support freeze_bits metadata for review.
Aug 21 2023, 10:05 AM · Restricted Project, Restricted Project, Restricted Project
jmciver published D158344: WIP: [UpdateTestChecks] Add update test check support for fpmath metadata for review.
Aug 21 2023, 10:05 AM · Restricted Project, Restricted Project
jmciver published D158343: WIP: [UpdateTestChecks] Add update test check support for freeze_bits metadata for review.
Aug 21 2023, 10:05 AM · Restricted Project, Restricted Project, Restricted Project
jmciver published D158342: WIP: [Bitcode][C-API][IR] Introduce bitcode load version 2 and freeze_bits metadata for review.
Aug 21 2023, 10:05 AM · Restricted Project, Restricted Project

Aug 15 2023

jmciver added a comment to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

@nikic Thanks for responding. I will get a "work in progress" patch up in the next three days.

Aug 15 2023, 11:01 AM · Restricted Project, Restricted Project, Restricted Project

Aug 11 2023

jmciver added inline comments to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.
Aug 11 2023, 11:03 AM · Restricted Project, Restricted Project, Restricted Project
jmciver added a comment to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

Ping

Aug 11 2023, 9:34 AM · Restricted Project, Restricted Project, Restricted Project

Aug 4 2023

jmciver added a comment to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

Ping

Aug 4 2023, 1:54 PM · Restricted Project, Restricted Project, Restricted Project

Jul 28 2023

jmciver updated the diff for D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

Refactor AMDGPUPromoteAlloca to use getInitialValueOfAllocation.

Jul 28 2023, 3:25 PM · Restricted Project, Restricted Project, Restricted Project

Jul 20 2023

jmciver updated the summary of D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.
Jul 20 2023, 12:01 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

Remove reliance on TLI objects where only alloca instructions are processed.

Jul 20 2023, 11:45 AM · Restricted Project, Restricted Project, Restricted Project
jmciver added a comment to D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation.

@nikic as per my GSoC project I am trying, under the guidance of @nlopes, a load attribute based approach to migrating uninitialized load to poison. The first attribute that I am working on is !freeze which effectively inserts a freeze poison if the load is uninitialized. Obviously this can only be done in
optimizations that allow instruction creation. In the future I am looking to add a load instruction parameter to getInitialValueOfAllocation to allow modification of the returned constant based on the allocation function/instruction and the presence of a load attribute.

Jul 20 2023, 9:53 AM · Restricted Project, Restricted Project, Restricted Project

Jul 19 2023

jmciver published D155773: [llvm][MemoryBuiltins] Add alloca support to getInitialValueOfAllocation for review.
Jul 19 2023, 10:15 PM · Restricted Project, Restricted Project, Restricted Project

Jun 20 2023

jmciver abandoned D153190: [UpdateTestChecks] Add update test check support for fpmath metadata.

Abandoning this patch as it will be superseded in functionality by D148216.

Jun 20 2023, 8:12 PM · Restricted Project, Restricted Project
jmciver added a comment to D153187: [llvm][test] Update SPL Vectorizer X86 metadata test to use check-globals.

@jdoerfert thanks for the LGTM!

Jun 20 2023, 8:09 PM · Restricted Project, Restricted Project
jmciver updated the diff for D153187: [llvm][test] Update SPL Vectorizer X86 metadata test to use check-globals.

Regenerating test using D148216

Jun 20 2023, 8:00 PM · Restricted Project, Restricted Project
jmciver retitled D153187: [llvm][test] Update SPL Vectorizer X86 metadata test to use check-globals from [NFC][llvm] Update SPL Vectorizer X86 metadata test to use check-globals to [llvm][test] Update SPL Vectorizer X86 metadata test to use check-globals.
Jun 20 2023, 7:45 PM · Restricted Project, Restricted Project
jmciver committed rG148075cf87c7: [clang][test] Refactor FileCheck metadata in pragma-followup_inner.cpp (authored by jmciver).
[clang][test] Refactor FileCheck metadata in pragma-followup_inner.cpp
Jun 20 2023, 1:58 PM · Restricted Project, Restricted Project
jmciver closed D153184: [NFC][clang] Refactor FileCheck metadata references in pragma-followup_inner.cpp.
Jun 20 2023, 1:57 PM · Restricted Project, Restricted Project

Jun 16 2023

jmciver published D153187: [llvm][test] Update SPL Vectorizer X86 metadata test to use check-globals for review.
Jun 16 2023, 8:27 PM · Restricted Project, Restricted Project
jmciver published D153190: [UpdateTestChecks] Add update test check support for fpmath metadata for review.
Jun 16 2023, 8:26 PM · Restricted Project, Restricted Project
jmciver published D153184: [NFC][clang] Refactor FileCheck metadata references in pragma-followup_inner.cpp for review.
Jun 16 2023, 8:24 PM · Restricted Project, Restricted Project

Jun 9 2023

jmciver committed rGea868d5748ce: [InstCombine][NFC] Add tests pre-implementation of issue #54856 (authored by jmciver).
[InstCombine][NFC] Add tests pre-implementation of issue #54856
Jun 9 2023, 3:11 PM · Restricted Project, Restricted Project
jmciver committed rG1001f9031f3e: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks (authored by jmciver).
[InstCombine] Optimize and of icmps with power-of-2 and contiguous masks
Jun 9 2023, 3:11 PM · Restricted Project, Restricted Project
jmciver closed D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
Jun 9 2023, 3:10 PM · Restricted Project, Restricted Project, Restricted Project
jmciver closed D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.
Jun 9 2023, 3:10 PM · Restricted Project, Restricted Project

Jun 2 2023

jmciver added a comment to D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

@goldstein.w.n thanks for taking the time to review.

Jun 2 2023, 6:54 PM · Restricted Project, Restricted Project

Jun 1 2023

jmciver added a comment to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

@goldstein.w.n thanks for the reply.

Jun 1 2023, 8:58 PM · Restricted Project, Restricted Project, Restricted Project

May 31 2023

jmciver added a reviewer for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks: erikdesjardins.
May 31 2023, 2:56 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated subscribers of D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

@nikic this patch is for #54856, which originated from @erikdesjardins.

May 31 2023, 2:56 PM · Restricted Project, Restricted Project, Restricted Project

May 25 2023

jmciver added a reviewer for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks: majnemer.
May 25 2023, 9:00 AM · Restricted Project, Restricted Project, Restricted Project

May 20 2023

jmciver added a comment to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

@goldstein.w.n thanks for taking the time to review.

May 20 2023, 6:25 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Add foldPowerOf2AndShiftedMask(...) and call from InstCombinerImpl::foldAndOrOfICmps(...)

May 20 2023, 3:09 PM · Restricted Project, Restricted Project, Restricted Project

May 19 2023

jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Move tests from icmp-logical.ll to icmp-power2-and-icmp-shifted-mask.ll

May 19 2023, 12:12 PM · Restricted Project, Restricted Project

May 18 2023

jmciver added inline comments to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
May 18 2023, 10:51 AM · Restricted Project, Restricted Project, Restricted Project

May 17 2023

jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Add postfix of "fail" to the names of tests that intentionally do not change

May 17 2023, 8:47 PM · Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Add postfix of "fail" to the names of tests that intentionally do not change

May 17 2023, 8:45 PM · Restricted Project, Restricted Project
jmciver added inline comments to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
May 17 2023, 3:39 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Refactor scalar and vector tests to emit icmp from one location

May 17 2023, 3:34 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Refactor scalar and vector tests to emit icmp from one location

May 17 2023, 3:29 PM · Restricted Project, Restricted Project, Restricted Project

May 14 2023

jmciver added inline comments to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
May 14 2023, 5:13 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Resolving feedback items identified by @goldstein.w.n

May 14 2023, 3:42 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Add undef based splat vector tests

May 14 2023, 2:28 PM · Restricted Project, Restricted Project

Apr 7 2023

jmciver added a comment to D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.

@RKSimon thanks for taking the time to review the patch!

Apr 7 2023, 11:16 AM · Restricted Project, Restricted Project
jmciver added a comment to D143031: [InstCombine][NFC] Add tests with icmp splat vectors and B masks.

@RKSimon thanks for taking the time to review the patch!

Apr 7 2023, 11:16 AM · Restricted Project, Restricted Project

Apr 4 2023

jmciver added a comment to D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.

Thanks @RKSimon for reviewing! Can you please review the predecessor D143031?

Apr 4 2023, 9:13 PM · Restricted Project, Restricted Project

Apr 3 2023

jmciver added a comment to D143030: [InstCombine][NFC] Update generated variable names in signed-truncation-check.ll.

@RKSimon Thanks for taking the time to review!

Apr 3 2023, 11:01 AM · Restricted Project, Restricted Project

Mar 31 2023

jmciver updated the diff for D143030: [InstCombine][NFC] Update generated variable names in signed-truncation-check.ll.

Rebase onto latest main.

Mar 31 2023, 5:05 PM · Restricted Project, Restricted Project

Mar 29 2023

jmciver added a comment to D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.

@RKSimon I added Alive2 examples exercising llvm::decomposeBitTestICmp using splat/mask vectors for all supported comparisons.

Mar 29 2023, 4:04 PM · Restricted Project, Restricted Project
jmciver updated the summary of D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.
Mar 29 2023, 4:00 PM · Restricted Project, Restricted Project

Mar 27 2023

jmciver added a comment to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Added Alive2 URLs to patch summary.

Mar 27 2023, 8:43 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the summary of D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
Mar 27 2023, 8:41 PM · Restricted Project, Restricted Project, Restricted Project
jmciver added a comment to D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.

I have added Alive2 links to the summary as per @RKSimon request.

Mar 27 2023, 2:03 PM · Restricted Project, Restricted Project
jmciver updated the summary of D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.
Mar 27 2023, 1:54 PM · Restricted Project, Restricted Project

Mar 26 2023

jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Rebase onto latest main.

Mar 26 2023, 10:54 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Rebase onto latest main.

Mar 26 2023, 10:18 PM · Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Rebase to latest main.

Mar 26 2023, 8:47 PM · Restricted Project, Restricted Project
jmciver updated the diff for D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp.

Rebase onto latest main.

Mar 26 2023, 8:01 PM · Restricted Project, Restricted Project
jmciver updated the diff for D143031: [InstCombine][NFC] Add tests with icmp splat vectors and B masks.

Rebase onto latest main.

Mar 26 2023, 7:57 PM · Restricted Project, Restricted Project
jmciver added inline comments to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.
Mar 26 2023, 7:28 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Add comments to each non nullptr conditional.

Mar 26 2023, 7:22 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Rebase to latest main.

Mar 26 2023, 7:01 PM · Restricted Project, Restricted Project

Mar 23 2023

jmciver abandoned D129541: [llvm][IPO] Add IR function attribute fine_grained_bitfields.

I am closing this ticket as we are working on alternative solutions to poison based load semantics.

Mar 23 2023, 9:42 AM · Restricted Project, Restricted Project
jmciver abandoned D129542: [CodeGen] Add codegen of IR function attribute fine_grained_bitfields.

I am closing this ticket as we are working on alternative solutions to poison based load semantics.

Mar 23 2023, 9:40 AM · Restricted Project, Restricted Project
jmciver closed D128501: [CodeGen] Make uninitialized Lvalue bit-field stores poison compatible.

I am closing this ticket as we are working on alternative solutions to poison based load semantics.

Mar 23 2023, 9:11 AM · Restricted Project, Restricted Project

Mar 13 2023

jmciver added a comment to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

ping

Mar 13 2023, 6:44 PM · Restricted Project, Restricted Project, Restricted Project

Feb 20 2023

jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Update icmp-logical.ll test names as per recommendation in D143044

Feb 20 2023, 6:48 PM · Restricted Project, Restricted Project, Restricted Project
jmciver added inline comments to D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.
Feb 20 2023, 6:45 PM · Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Remove sequential test names in favor of pattern details

Feb 20 2023, 6:41 PM · Restricted Project, Restricted Project

Feb 1 2023

jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Fix no change test case updated in D143044

Feb 1 2023, 3:59 PM · Restricted Project, Restricted Project, Restricted Project
jmciver updated the diff for D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856.

Fix vector of two elements test case

Feb 1 2023, 3:57 PM · Restricted Project, Restricted Project
jmciver published D143030: [InstCombine][NFC] Update generated variable names in signed-truncation-check.ll for review.
Feb 1 2023, 3:11 PM · Restricted Project, Restricted Project
jmciver published D143031: [InstCombine][NFC] Add tests with icmp splat vectors and B masks for review.
Feb 1 2023, 3:10 PM · Restricted Project, Restricted Project
jmciver published D143032: [InstCombine] Allow splats with poison/undef in llvm::decomposeBitTestICmp for review.
Feb 1 2023, 3:10 PM · Restricted Project, Restricted Project
jmciver published D143044: [InstCombine][NFC] Add tests pre-implementation of issue #54856 for review.
Feb 1 2023, 3:10 PM · Restricted Project, Restricted Project
jmciver updated the diff for D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

Add support for vectors:

Feb 1 2023, 3:07 PM · Restricted Project, Restricted Project, Restricted Project

Jan 9 2023

jmciver added a comment to D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks.

As per @RKSimon's feedback I have discovered a number of vector deficiencies in my implementation.

Jan 9 2023, 10:26 PM · Restricted Project, Restricted Project, Restricted Project

Jan 3 2023

jmciver added a comment to D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5).

The Discourse proposal is available: RFC Load Instruction: Uninitialized Memory Semantics

Jan 3 2023, 1:15 PM · Restricted Project, Restricted Project

Dec 24 2022

jmciver added a comment to D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5).

As Nuno mentioned we are targeting the proposal for next week. I will update the ticket with the Discourse link once it becomes available.

Dec 24 2022, 7:55 AM · Restricted Project, Restricted Project

Dec 6 2022

jmciver retitled D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 4) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5).
Dec 6 2022, 10:49 PM · Restricted Project, Restricted Project
jmciver retitled D137005: [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 5) from [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 4) to [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 5).
Dec 6 2022, 10:49 PM · Restricted Project, Restricted Project
jmciver retitled D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 4) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 5).
Dec 6 2022, 10:49 PM · Restricted Project, Restricted Project
jmciver retitled D139378: [clang][CodeGen] Add noundef metadata to loading of vector/matrix lvalues (preliminary 4 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 4 or 4) to [clang][CodeGen] Add noundef metadata to loading of vector/matrix lvalues (preliminary 4 or 5).
Dec 6 2022, 10:49 PM · Restricted Project, Restricted Project
jmciver published D139505: [clang][CodeGen] Add noundef metadata to loading of references (preliminary 5 of 5) for review.
Dec 6 2022, 10:49 PM · Restricted Project, Restricted Project
jmciver updated the diff for D139378: [clang][CodeGen] Add noundef metadata to loading of vector/matrix lvalues (preliminary 4 or 5).

Updating D139378: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 4 or 4)

Dec 6 2022, 10:07 PM · Restricted Project, Restricted Project
jmciver retitled D139378: [clang][CodeGen] Add noundef metadata to loading of vector/matrix lvalues (preliminary 4 or 5) from Add noundef metadata to load instructions (preliminary 4 or 4) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 4 or 4).
Dec 6 2022, 8:02 AM · Restricted Project, Restricted Project
jmciver retitled D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 3) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 4).
Dec 6 2022, 8:01 AM · Restricted Project, Restricted Project
jmciver retitled D137005: [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 5) from [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 3) to [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 4).
Dec 6 2022, 8:01 AM · Restricted Project, Restricted Project
jmciver retitled D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 3) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 4).
Dec 6 2022, 8:00 AM · Restricted Project, Restricted Project
jmciver published D139378: [clang][CodeGen] Add noundef metadata to loading of vector/matrix lvalues (preliminary 4 or 5) for review.
Dec 6 2022, 8:00 AM · Restricted Project, Restricted Project

Dec 5 2022

jmciver updated the diff for D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 5).

Updating D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 3)

Dec 5 2022, 3:57 PM · Restricted Project, Restricted Project
jmciver updated the diff for D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5).

Updating D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 3)

Dec 5 2022, 3:44 PM · Restricted Project, Restricted Project

Nov 30 2022

jmciver retitled D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5) from [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 2) to [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 3).
Nov 30 2022, 12:20 AM · Restricted Project, Restricted Project
jmciver retitled D137005: [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 5) from [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 2) to [clang][CodeGen] Add noundef metadata to load insturctions (preliminary 2 of 3).
Nov 30 2022, 12:19 AM · Restricted Project, Restricted Project
jmciver published D138983: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 3 or 5) for review.
Nov 30 2022, 12:19 AM · Restricted Project, Restricted Project

Nov 29 2022

jmciver updated the diff for D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 5).

Updating D134410: [clang][CodeGen] Add noundef metadata to load instructions (preliminary 1 or 2)

Nov 29 2022, 11:40 PM · Restricted Project, Restricted Project