[llvm-commits] [llvm] r131516 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/InstCombine/InstructionCombining.cpp test/Transforms/InstCombine/call.ll
Devang Patel
dpatel at apple.com
Wed May 18 09:38:30 PDT 2011
On May 17, 2011, at 9:35 PM, Chris Lattner wrote:
> Incidentally, Devang, we really shouldn't have to sprinkle setDebugLoc() through to a zillion different other transformations. Maybe they should start migrating to IRBuilder.
I agree. Usually, there is a balance, and I know I crossed tipping point for SimplifyCFG yesterday.
-
Devang
More information about the llvm-commits
mailing list