llvm-project/llvm/test/Transforms/CodeGenPrepare/AMDGPU
Matt Arsenault b13f6b0fe0 BypassSlowDivision: Fix dropping debug info
I don't know anything about debug info, but this seems like more work
should be necessary. This constructs a new IRBuilder and reconstructs
the original divides rather than moving the original.

One problem this has is if a div/rem pair are handled, both end up
with the same debugloc. I'm not sure how to fix this, since this uses
a cache when it sees the same input operands again, which will have
the first instance's location attached.
2020-06-18 17:27:19 -04:00
..
addressing-modes.ll AMDGPU: Add IntrWillReturn to intrinsic definitions 2020-06-18 15:38:10 -04:00
bypass-slow-div-debug-info.ll BypassSlowDivision: Fix dropping debug info 2020-06-18 17:27:19 -04:00
lit.local.cfg
no-sink-addrspacecast.ll
sink-addrspacecast.ll