[PATCH] D48468: [SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes

Petr Pavlu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 01:54:05 PDT 2018


petpav01 added a comment.

Thanks for the explanation. This does not cause any immediate problem for us but it is unfortunate that a simple assignment of a constant now appears to be split between two lines. Hopefully it will be potentially possible to implement some improvement for this case in the future.


Repository:
  rL LLVM

https://reviews.llvm.org/D48468





More information about the llvm-commits mailing list