Page MenuHomePhabricator

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

gandhi21299 (Anshil Gandhi)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 31 2020, 12:34 PM (164 w, 5 d)

Recent Activity

Aug 14 2023

gandhi21299 abandoned D154307: [NewGVN] Add test with assume dominating an ICmp. NFC.

@kmitropoulou will take over with a new revision.

Aug 14 2023, 2:35 PM · Restricted Project, Restricted Project

Aug 12 2023

gandhi21299 retitled D154307: [NewGVN] Add test with assume dominating an ICmp. NFC from [InstructionSimplify] Avoid simplifying ICmp without parent to [NewGVN] Add test with assume dominating an ICmp. NFC.
Aug 12 2023, 9:31 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D154307: [NewGVN] Add test with assume dominating an ICmp. NFC.

@kmitropoulou noted that the PHI of ops transformation in the test is completely valid. This test might be a nice addition with llvm.assume() intrinsic in the LIT test suite.

Aug 12 2023, 9:30 PM · Restricted Project, Restricted Project

Jul 15 2023

gandhi21299 added a comment to D154307: [NewGVN] Add test with assume dominating an ICmp. NFC.

Inserting the cloned instruction ValueOp after I at https://github.com/llvm/llvm-project/blob/6954cb54252b50df95eea05c513e739b3ad2c8a0/llvm/lib/Transforms/Scalar/NewGVN.cpp#L2767 incorrectly deduces values in tests involving PHI of ops.

Jul 15 2023, 8:52 PM · Restricted Project, Restricted Project

Jul 7 2023

gandhi21299 accepted D153901: AMDGPU: Delete custom combine on class intrinsic.

LGTM

Jul 7 2023, 11:47 AM · Restricted Project, Restricted Project

Jul 3 2023

gandhi21299 committed rGe578b3be24fc: [InstSimplify] Fold all global variables with initializers (authored by gandhi21299).
[InstSimplify] Fold all global variables with initializers
Jul 3 2023, 2:12 PM · Restricted Project, Restricted Project
gandhi21299 closed D152145: [InstSimplify] Fold all global variables with initializers.
Jul 3 2023, 2:11 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Added a test for an unsized global compare

Jul 3 2023, 11:05 AM · Restricted Project, Restricted Project

Jul 2 2023

gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Fix assertion failure by adding a sized type check.

Jul 2 2023, 2:29 PM · Restricted Project, Restricted Project
gandhi21299 reopened D152145: [InstSimplify] Fold all global variables with initializers.
Jul 2 2023, 2:29 PM · Restricted Project, Restricted Project
gandhi21299 added a comment to D152145: [InstSimplify] Fold all global variables with initializers.

Sorry, I was occupied with other projects. I can fix this patch.

Jul 2 2023, 2:00 PM · Restricted Project, Restricted Project
gandhi21299 added a comment to D154307: [NewGVN] Add test with assume dominating an ICmp. NFC.

After @arsenm's change, InstSimplify should no longer work with instructions without parent. Can you explain how we end up working on an assume without parent in NewGVN? It's not really obvious to me.

Jul 2 2023, 1:57 PM · Restricted Project, Restricted Project
gandhi21299 requested review of D154307: [NewGVN] Add test with assume dominating an ICmp. NFC.
Jul 2 2023, 1:38 PM · Restricted Project, Restricted Project

Jun 19 2023

gandhi21299 added inline comments to D153295: [AMDGPU] Do not release VGPRs if there may be pending scratch stores.
Jun 19 2023, 9:53 AM · Restricted Project, Restricted Project

Jun 13 2023

gandhi21299 added a comment to D152145: [InstSimplify] Fold all global variables with initializers.

Thanks for the review!

Jun 13 2023, 2:20 PM · Restricted Project, Restricted Project
gandhi21299 committed rG17b7df3daee8: [InstSimplify] Fold all global variables with initializers (authored by gandhi21299).
[InstSimplify] Fold all global variables with initializers
Jun 13 2023, 2:16 PM · Restricted Project, Restricted Project
gandhi21299 closed D152145: [InstSimplify] Fold all global variables with initializers.
Jun 13 2023, 2:15 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Restored tests in objectsize_basic.ll

Jun 13 2023, 2:12 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Return unknown() for GV.hasExternalWeakLinkage(). Eliminate last two tests in objectsize_basic.ll

Jun 13 2023, 11:52 AM · Restricted Project, Restricted Project
gandhi21299 added inline comments to D152145: [InstSimplify] Fold all global variables with initializers.
Jun 13 2023, 10:01 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Modified tests

Jun 13 2023, 10:00 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Added more tests as requested.

Jun 13 2023, 9:06 AM · Restricted Project, Restricted Project

Jun 12 2023

gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.
  • Added a LowerConstantIntrinsic test as requested
Jun 12 2023, 10:53 AM · Restricted Project, Restricted Project

Jun 10 2023

gandhi21299 added a comment to D152145: [InstSimplify] Fold all global variables with initializers.
  • Requested changes

I am not sure how to implement a test with EvalMode != Min.

My skimming suggests lowering an objectsize intrinsic call would work

Jun 10 2023, 7:21 PM · Restricted Project, Restricted Project

Jun 6 2023

gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.
  • Requested changes
Jun 6 2023, 2:01 PM · Restricted Project, Restricted Project
gandhi21299 added a comment to D152145: [InstSimplify] Fold all global variables with initializers.

Any chance this fixes issue #58617?

Jun 6 2023, 9:26 AM · Restricted Project, Restricted Project

Jun 5 2023

gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.

Added checks for NullIsUnknownSize and EvalMode to handle interposable cases.

Jun 5 2023, 11:25 AM · Restricted Project, Restricted Project
gandhi21299 retitled D152145: [InstSimplify] Fold all global variables with initializers from [InstSimplify] Fold externally initializable global variables to [InstSimplify] Fold all global variables with initializers.
Jun 5 2023, 6:03 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D152145: [InstSimplify] Fold all global variables with initializers.
  • Compute object size of interposable gv, add test for it.
Jun 5 2023, 6:00 AM · Restricted Project, Restricted Project
gandhi21299 added reviewers for D152145: [InstSimplify] Fold all global variables with initializers: arsenm, nikic, bcahoon.
Jun 5 2023, 4:59 AM · Restricted Project, Restricted Project
gandhi21299 requested review of D152145: [InstSimplify] Fold all global variables with initializers.
Jun 5 2023, 4:58 AM · Restricted Project, Restricted Project

May 25 2023

gandhi21299 committed rGa22ef958cb7e: [AMDGPUCodegenPrepare] Add NewPM Support (authored by gandhi21299).
[AMDGPUCodegenPrepare] Add NewPM Support
May 25 2023, 11:20 PM · Restricted Project, Restricted Project
gandhi21299 closed D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
May 25 2023, 11:20 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • Added !
May 25 2023, 2:51 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.

I only found one place in the code where there may be structural changes in the CFG.

May 25 2023, 2:17 PM · Restricted Project, Restricted Project, Restricted Project

May 24 2023

gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.

^

May 24 2023, 11:28 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • Revert back to rev-1
May 24 2023, 11:25 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.

Preserve TargetLibraryAnalysis and AssumptionAnalysis in all cases. If no changes are made by the pass, preserve all analyses. Otherwise preserve the two only.

May 24 2023, 11:11 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • Suggested edits
May 24 2023, 10:13 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • rebase against main
May 24 2023, 9:37 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • Preserve CFGAnalyses if the function was modified (asserting no structural changes). Preserve all analyses otherwise.
May 24 2023, 12:52 AM · Restricted Project, Restricted Project, Restricted Project

May 23 2023

gandhi21299 updated the diff for D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
  • Right, I believe all analyses are preserved @arsenm
May 23 2023, 2:48 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added reviewers for D151241: [AMDGPUCodegenPrepare] Add NewPM Support: arsenm, aeubanks.
May 23 2023, 12:09 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 requested review of D151241: [AMDGPUCodegenPrepare] Add NewPM Support.
May 23 2023, 12:08 PM · Restricted Project, Restricted Project, Restricted Project

May 22 2023

gandhi21299 committed rG5d3412a6d17b: [InstCombine] Insert a bitcast to enable merging similar store insts (authored by gandhi21299).
[InstCombine] Insert a bitcast to enable merging similar store insts
May 22 2023, 7:37 AM · Restricted Project, Restricted Project
gandhi21299 closed D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
May 22 2023, 7:37 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Removed the inclusion of 'Instructions.h'
May 22 2023, 7:36 AM · Restricted Project, Restricted Project
gandhi21299 added a comment to D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.

Many thanks for the code review. I will push this patch to main.

May 22 2023, 7:34 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Simplified code
  • Made inttoptr_merge() target independent by inserting align 8 to store instructions and support from D75362 as mentioned
May 22 2023, 7:28 AM · Restricted Project, Restricted Project

May 21 2023

gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • clang-format and rebase
May 21 2023, 2:13 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Simplified OtherStoreIsMergeable as requested
May 21 2023, 2:08 PM · Restricted Project, Restricted Project

May 20 2023

gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • rebase and re-run premerge checks
May 20 2023, 3:07 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Brought back the break statement which was removed accidentally
  • OtherStoreIsMergable returns a bool now, instead of a StoreInst *
  • Corrected tests
May 20 2023, 12:59 PM · Restricted Project, Restricted Project

May 19 2023

gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Use IRBuilder to create cast
  • Eliminate InsertBitcast flag
  • Fixed alignment test
  • Removed redundant checks
  • Eliminated temporary store
May 19 2023, 1:02 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
  • Replaced bitwidth equivalence check with isBitOrNoopPointerCastable()
  • Inserted hasSameSpecialState() check
  • Added a test with different alignments
  • Added ptrtoint test
  • Created an AMDGPU-specific test for inttoptr. This test appears to add an iteration to instruction combining until it reaches a fixed point. That is, instcombine will assume that it will run indefinitely when instcombine-infinite-loop-threshold is set to 3 whereas the test passes when I change the threshold value to 4.
May 19 2023, 11:13 AM · Restricted Project, Restricted Project

May 18 2023

gandhi21299 abandoned D150595: [InstCombine] Simplify MemTransferInst with type inference.
May 18 2023, 12:19 PM · Restricted Project, Restricted Project
gandhi21299 added a comment to D150595: [InstCombine] Simplify MemTransferInst with type inference.

Thanks everyone for feedback to this review. I implemented a different approach in D150900, which is rather safer than this approach. I will abandon this revision as a result.

May 18 2023, 12:19 PM · Restricted Project, Restricted Project
gandhi21299 added reviewers for D150900: [InstCombine] Insert a bitcast to enable merging similar store insts: nikic, reames, nlopes, bcahoon, arsenm.
May 18 2023, 12:18 PM · Restricted Project, Restricted Project
gandhi21299 requested review of D150900: [InstCombine] Insert a bitcast to enable merging similar store insts.
May 18 2023, 12:17 PM · Restricted Project, Restricted Project

May 16 2023

gandhi21299 added a comment to D150595: [InstCombine] Simplify MemTransferInst with type inference.

@nikic @nlopes Is there a way to reliably infer the type of alloca then? The purpose is to enable certain optimizations like merging multiple stores into a phi, etc.

May 16 2023, 10:32 AM · Restricted Project, Restricted Project

May 15 2023

gandhi21299 updated the diff for D150595: [InstCombine] Simplify MemTransferInst with type inference.
  • Simplified test further by eliminating addrspacecast
May 15 2023, 12:17 PM · Restricted Project, Restricted Project
gandhi21299 added a reviewer for D150595: [InstCombine] Simplify MemTransferInst with type inference: arsenm.
May 15 2023, 12:09 PM · Restricted Project, Restricted Project
gandhi21299 added inline comments to D150595: [InstCombine] Simplify MemTransferInst with type inference.
May 15 2023, 11:59 AM · Restricted Project, Restricted Project
gandhi21299 updated the summary of D150595: [InstCombine] Simplify MemTransferInst with type inference.
May 15 2023, 10:45 AM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D150595: [InstCombine] Simplify MemTransferInst with type inference.
  • Simplified @test7 in memcpy_alloca.ll
May 15 2023, 10:42 AM · Restricted Project, Restricted Project
gandhi21299 requested review of D150595: [InstCombine] Simplify MemTransferInst with type inference.
May 15 2023, 10:23 AM · Restricted Project, Restricted Project

May 3 2023

gandhi21299 planned changes to D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.
May 3 2023, 1:18 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 reopened D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.
May 3 2023, 8:37 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a reverting change for rG40ed87a0515d: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes: rGf4f6eed62749: Revert "[AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes".
May 3 2023, 8:35 AM · Restricted Project, Restricted Project
gandhi21299 committed rGf4f6eed62749: Revert "[AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes" (authored by gandhi21299).
Revert "[AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes"
May 3 2023, 8:35 AM · Restricted Project, Restricted Project
gandhi21299 added a reverting change for D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes: rGf4f6eed62749: Revert "[AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes".
May 3 2023, 8:35 AM · Restricted Project, Restricted Project, Restricted Project

May 2 2023

gandhi21299 committed rG40ed87a0515d: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes (authored by gandhi21299).
[AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes
May 2 2023, 7:28 PM · Restricted Project, Restricted Project
gandhi21299 closed D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.
May 2 2023, 7:28 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a comment to D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.

Internal CI passed.

May 2 2023, 3:04 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a reviewer for D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes: foad.
May 2 2023, 2:25 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a comment to D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.

Should probably fix the other FIXME from 7c8b8063b66c7b936d41a0c4069c506669e13115 at the same time.

May 2 2023, 10:19 AM · Restricted Project, Restricted Project, Restricted Project

Apr 30 2023

gandhi21299 added a reviewer for D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes: lebedev.ri.
Apr 30 2023, 8:52 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 requested review of D149568: [AMDGPU][NFC] Preserve PDTWrapperPass in UnifyDivergentExitNodes.
Apr 30 2023, 8:51 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a comment to D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination.

Since printing to errs() seems off the table, some other potential options:

  • Add proper warning infrastructure to the disassembler

Done

Apr 30 2023, 8:23 PM · Restricted Project, Restricted Project

Apr 24 2023

gandhi21299 added inline comments to D148957: [AMDGPU] Add intrinsic for converting global pointers to resources.
Apr 24 2023, 9:50 AM · Restricted Project, Restricted Project

Apr 18 2023

gandhi21299 accepted D148628: [NewPM][AMDGPU] Port amdgpu-atomic-optimizer.
Apr 18 2023, 9:03 AM · Restricted Project, Restricted Project
gandhi21299 added a comment to D148628: [NewPM][AMDGPU] Port amdgpu-atomic-optimizer.

LGTM. Please wait for a day before committing in case other reviewers have any comments.

Apr 18 2023, 9:03 AM · Restricted Project, Restricted Project

Apr 12 2023

gandhi21299 committed rG6530bd3030d3: [BranchRelaxation] Correct JumpToFT value (authored by gandhi21299).
[BranchRelaxation] Correct JumpToFT value
Apr 12 2023, 10:22 PM · Restricted Project, Restricted Project
gandhi21299 closed D148139: [BranchRelaxation] Correct JumpToFT value.
Apr 12 2023, 10:21 PM · Restricted Project, Restricted Project
gandhi21299 added reviewers for D148139: [BranchRelaxation] Correct JumpToFT value: arsenm, efriedma.
Apr 12 2023, 3:47 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D148139: [BranchRelaxation] Correct JumpToFT value.
  • Applied clang-format
Apr 12 2023, 9:59 AM · Restricted Project, Restricted Project
gandhi21299 updated the summary of D148139: [BranchRelaxation] Correct JumpToFT value.
Apr 12 2023, 9:41 AM · Restricted Project, Restricted Project
gandhi21299 added a comment to D140790: [MachineBasicBlock] Explicit FT branching param.

Submitted a new patch: https://reviews.llvm.org/D148139

Apr 12 2023, 9:03 AM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a reviewer for D148139: [BranchRelaxation] Correct JumpToFT value: bcahoon.
Apr 12 2023, 9:02 AM · Restricted Project, Restricted Project
gandhi21299 requested review of D148139: [BranchRelaxation] Correct JumpToFT value.
Apr 12 2023, 8:59 AM · Restricted Project, Restricted Project
gandhi21299 added a comment to D140790: [MachineBasicBlock] Explicit FT branching param.
/// Return the fallthrough block if the block can implicitly
/// transfer control to the block after it by falling off the end of
/// it. If an explicit branch to the fallthrough block is not allowed,
/// set JumpToFallThrough to be false. Non-null return is a conservative
/// answer.
MachineBasicBlock *getFallThrough(bool JumpToFallThrough = false);

The documentation for this function seems at odds with the behavior.

The documentation suggests that, if JumpToFallThrough is false, then getFallThrough will return a nullptr if the basic block ends with an explicit branch to the fallthrough block.

However, the opposite is true. For a block that ends in an unconditional jump to the fallthrough block, if JumpToFallThrough == true, then the function will return nullptr. If JumpToFallThrough == false, then it will return the address of the fallthrough block.

Is this the intended behavior?

Apr 12 2023, 8:31 AM · Restricted Project, Restricted Project, Restricted Project

Apr 3 2023

gandhi21299 added a comment to D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination.

This is pretty much the same as D133334 right?

I'm still not too happy about emitting warnings without using proper diagnostics. The reason is that when the disassembler is being used as a library then it's probably not appropriate for it just to write warnings to stderr.

Apr 3 2023, 9:29 AM · Restricted Project, Restricted Project

Apr 2 2023

gandhi21299 updated the diff for D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination.

removed debug prints

Apr 2 2023, 10:28 PM · Restricted Project, Restricted Project
gandhi21299 updated the diff for D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination.

minor nits

Apr 2 2023, 10:21 PM · Restricted Project, Restricted Project
gandhi21299 requested review of D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination.
Apr 2 2023, 10:20 PM · Restricted Project, Restricted Project

Mar 30 2023

gandhi21299 abandoned D133334: [AMDGPU][MC] Warn when disassembling v_cmpx instructions.
Mar 30 2023, 9:55 AM · Restricted Project, Restricted Project, Restricted Project

Mar 28 2023

gandhi21299 committed rGa955a3189637: [AMDGPU] Replace target feature for global fadd32 (authored by gandhi21299).
[AMDGPU] Replace target feature for global fadd32
Mar 28 2023, 2:59 PM · Restricted Project, Restricted Project
gandhi21299 closed D146840: [AMDGPU] Replace target feature for global fadd32.
Mar 28 2023, 2:58 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 added a comment to D146840: [AMDGPU] Replace target feature for global fadd32.

Sounds good, thanks for the review @rampitec

Mar 28 2023, 2:30 PM · Restricted Project, Restricted Project, Restricted Project
gandhi21299 updated the diff for D146840: [AMDGPU] Replace target feature for global fadd32.
  • Adding tests for gfx90a and gfx940
Mar 28 2023, 2:00 PM · Restricted Project, Restricted Project, Restricted Project