[PATCH] D46348: [SelectionDAG] Transfer DbgValues when casts are optimized in SelectionDAG::getNode
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 09:25:05 PDT 2018
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:3965
// (ext (trunx x)) -> x
if (OpOpcode == ISD::TRUNCATE) {
----------------
typo?
Repository:
rL LLVM
https://reviews.llvm.org/D46348
More information about the llvm-commits
mailing list