[PATCH] D144571: [DAGCombine] Fix an ICE in combineMinNumMaxNum(...)

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 10:35:53 PST 2023


cameron.mcinally marked 2 inline comments as done.
cameron.mcinally added inline comments.


================
Comment at: llvm/test/CodeGen/X86/2023-02-22-combineMinNumMaxNum.ll:18
+
+declare dso_local float @llvm.maxnum.f32(float, float) 
+
----------------
arsenm wrote:
> I'm surprised dso_local is allowed on intrinsic declarations 
Ah, missed that. Will correct before submitting.


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

https://reviews.llvm.org/D144571



More information about the llvm-commits mailing list