llvm
llvm copied to clipboard
[clang][FE] Remove duplicate preprocessor defines of HIP memory scope
The macros are redefined here: https://github.com/intel/llvm/pull/12871/files#diff-354d01b108ecba542b9ccce083a74c9ea0714ad00fd08367ad5f8347045024dfR625 for our purposes (including OpenCL lang on AMD backend for libclc).
They were previously removed but probably got reintroduced during upstream pulldown, hence this PR to cleanup.
@intel/llvm-gatekeepers Think this is good to merge, thanks!