[DAG] visitTRUNCATE - use FoldConstantArithmetic to perform constant folding.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 20 Mar 2023 11:06:47 +0000 (11:06 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 20 Mar 2023 11:14:14 +0000 (11:14 +0000)
commit2d4042f4b78ebd4303f558c01b67f8ecabfe47e6
tree985e19b62f5d99b6eaf629943f7a474966841358
parente9a86b7813aa324f282d66ff711d71f1d0d31492
[DAG] visitTRUNCATE - use FoldConstantArithmetic to perform constant folding.

Avoid needing to perform extra isConstantIntBuildVectorOrConstantInt checks
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp