Fix the atomics sema code to convert operands to the argument types
of the underlying _N builtin, not the the type of the pointee of the actual type. This ensures that atomics involving pointers end up using the correct integer type when they are resolved, avoiding aborts in codegen. llvm-svn: 71218
Loading
Please register or sign in to comment