Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm/llvm-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d438cf1bfd331d70b70b3601650cfdea3c9cffb
Choose a base ref
...
head repository: llvm/llvm-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7f5feaa75d5c0ef6c30a512edb2473f70b75e82
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 22, 2025

  1. [RISCV] Add precommit test for #123882

    Add MCA test for jump instructions.
    wangpc-pp committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d03fab1 View commit details
    Browse the repository at this point in the history
  2. [MCA] Use MCInstrAnalysis to analyse call/return instructions (#123882)

    The flag set in `MCInstrDesc` is not accurate and we should use
    the result of `MCInstrAnalysis`.
    wangpc-pp authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    9d676e2 View commit details
    Browse the repository at this point in the history
  3. Remove incorrect CUDA defines (#123898)

    Remove CUDA_127 and CUDA_129 defines incorrectly added in
    #123398
    sergey-kozub authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    97c3a99 View commit details
    Browse the repository at this point in the history
  4. [SLP][NFC] Update test for PR #118055 (#122696)

    This patch updates the motivating test for the above PR so that it does
    not conflict with urem PR #122236
    sushgokh authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c6c6475 View commit details
    Browse the repository at this point in the history
  5. IR/Verifier: Allow vector type in atomic load and store

    Vector types on atomics are assumed to be invalid by the verifier. However,
    this type can be valid if it is lowered by codegen.
    
    commit-id:72529270
    jofrn committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    87b7090 View commit details
    Browse the repository at this point in the history
  6. [SelectionDAG] Legalize <1 x T> vector types for atomic load

    `load atomic <1 x T>` is not valid. This change legalizes
    vector types of atomic load via scalarization in SelectionDAG
    so that it can, for example, translate from `v1i32` to `i32`.
    
    commit-id:5c36cc8c
    jofrn committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c7f5fea View commit details
    Browse the repository at this point in the history
Loading