[all-commits] [llvm/llvm-project] e2bff1: [X86] Fix atomic rmw intrinsic expansion for non-o...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Nov 20 06:44:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2bff1e489fbc2488dde94bc02dcfc767fca2443
https://github.com/llvm/llvm-project/commit/e2bff1e489fbc2488dde94bc02dcfc767fca2443
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-11-20 (Sun, 20 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Fix atomic rmw intrinsic expansion for non-opaque pointers
This is a bit annoying, but there are still users out there that got
broken by this (this time it was numba). We need to keep some barebones
support around until non-opaque pointers are completely gone.
More information about the All-commits
mailing list