[PATCH] D50524: [Hexagon] Replace fatal error with remark in HexagonISelLowering

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 07:19:57 PDT 2018


kparzysz added a comment.

I am much more inclined to detect and handle invalid code early than to teach the whole backend to propagate it to the end.  If a user decides to use an external assembler, code like that can trigger an error, while using internal assembler will simply hide it.


Repository:
  rL LLVM

https://reviews.llvm.org/D50524





More information about the llvm-commits mailing list