This is remove dependency on ValueTracking in the future patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not sure I'm the best person to review this, but I have a couple of drive-by questions.
llvm/include/llvm/IR/IntrinsicInst.h | ||
---|---|---|
104 | Usually we'd have a default: break; or default: return false; if the switch isn't totally covered... is there a reason you removed it when moving the code? | |
llvm/lib/Analysis/ValueTracking.cpp | ||
526 | Should this FIXME be kept? |
Usually we'd have a default: break; or default: return false; if the switch isn't totally covered... is there a reason you removed it when moving the code?