[PATCH] D29014: [SelDag] Add FREEZE

James Nagurne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 13:10:13 PDT 2020


JamesNagurne added subscribers: bkramer, JamesNagurne.
JamesNagurne added a comment.

@aqjune

@bkramer committed a fix for a crash in LegalizeFloatTypes where this operator appeared in SoftPromoteHalfResult

Our downstream ARM compiler is crashing in regressions in a similar manner in SoftenFloatResult in the same file. Is it not conceivable that ISD::FREEZE might make it to this function? If that's the case, we can look into it and start up a new review if necessary. The test causing this crash is select-cc.ll.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D29014





More information about the llvm-commits mailing list