-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Comparing changes
Open a pull request
base repository: llvm/llvm-project
base: 8d438cf1bfd331d70b70b3601650cfdea3c9cffb
head repository: llvm/llvm-project
compare: c7f5feaa75d5c0ef6c30a512edb2473f70b75e82
- 6 commits
- 14 files changed
- 4 contributors
Commits on Jan 22, 2025
-
[RISCV] Add precommit test for #123882
Add MCA test for jump instructions.
Configuration menu - View commit details
-
Copy full SHA for d03fab1 - Browse repository at this point
Copy the full SHA d03fab1View commit details -
[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`.
Configuration menu - View commit details
-
Copy full SHA for 9d676e2 - Browse repository at this point
Copy the full SHA 9d676e2View commit details -
Remove incorrect CUDA defines (#123898)
Remove CUDA_127 and CUDA_129 defines incorrectly added in #123398
Configuration menu - View commit details
-
Copy full SHA for 97c3a99 - Browse repository at this point
Copy the full SHA 97c3a99View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for c6c6475 - Browse repository at this point
Copy the full SHA c6c6475View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 87b7090 - Browse repository at this point
Copy the full SHA 87b7090View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for c7f5fea - Browse repository at this point
Copy the full SHA c7f5feaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8d438cf1bfd331d70b70b3601650cfdea3c9cffb...c7f5feaa75d5c0ef6c30a512edb2473f70b75e82