Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/StackSafetyAnalysis.cpp | ||
---|---|---|
398 | Isn't this in the call will make it unsafe anyway? | |
417 | does SCEV can look through such calls? | |
llvm/lib/Analysis/ValueTracking.cpp | ||
4536 | There is "TEST_P(FindAllocaForValueTest, findAllocaForValue*" tests which need to be extended for this test. | |
llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll | ||
140 | Having that retptr has no body here, SAFETY should make it "call to retptr" unsafe anyway |
Isn't this in the call will make it unsafe anyway?