[PATCH] D149589: AMDGPU: Drop and auto-upgrade llvm.amdgcn.ldexp to llvm.ldexp

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 07:43:54 PDT 2023


Joe_Nash added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/known-never-snan.ll:661
 declare float @llvm.fmuladd.f32(float, float, float) #1
-declare float @llvm.amdgcn.ldexp.f32(float, i32) #1
+declare float @llvm.ldexp.f32.i32(float, i32) #1
 declare float @llvm.amdgcn.fmul.legacy(float, float) #1
----------------
Why did this case need a manual update rather than use the autoupgrade?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149589/new/

https://reviews.llvm.org/D149589



More information about the llvm-commits mailing list