mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Add a comment about debug intrinsics that I *really* don't want to
forget from Duncan's review as a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -615,6 +615,8 @@ private:
|
||||
}
|
||||
|
||||
// Disable SRoA for any intrinsics except for lifetime invariants.
|
||||
// FIXME: What about debug instrinsics? This matches old behavior, but
|
||||
// doesn't make sense.
|
||||
bool visitIntrinsicInst(IntrinsicInst &II) {
|
||||
if (II.getIntrinsicID() == Intrinsic::lifetime_start ||
|
||||
II.getIntrinsicID() == Intrinsic::lifetime_end) {
|
||||
|
Reference in New Issue
Block a user