Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AMDGPU/kernel-args.ll | ||
---|---|---|
1 | I removed -allow-deprecated-dag-overlap and -enable-var-scope because I didn't know what they were for. | |
2 | I removed -mattr=-flat-for-global because I assumed it was only added in the first place to avoid churn in the tests when some compiler default was changed. | |
3 | I removed --amdhsa-code-object-version=2 because it seemed to bloat the checks with a load of directives starting with .amd_kernel_code_t. |
llvm/test/CodeGen/AMDGPU/kernel-args.ll | ||
---|---|---|
1 | These don't really matter for autogenerated check lines |
I removed -allow-deprecated-dag-overlap and -enable-var-scope because I didn't know what they were for.