[llvm] AMDGPU: Do not bitcast atomic load in IR (PR #90060)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 08:31:55 PDT 2024


================
@@ -230,6 +230,12 @@ class AMDGPUTargetLowering : public TargetLowering {
   bool isCheapToSpeculateCtlz(Type *Ty) const override;
 
   bool isSDNodeAlwaysUniform(const SDNode *N) const override;
+
+  // FIXME: This hook should not exist
----------------
jyknight wrote:

Are you planning any follow-up work here?

https://github.com/llvm/llvm-project/pull/90060


More information about the llvm-commits mailing list