Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/StackSafetyAnalysis.cpp | ||
---|---|---|
390 | Isn't this in the call will make it unsafe anyway? | |
409 | does SCEV can look through such calls? | |
llvm/lib/Analysis/ValueTracking.cpp | ||
4536 ↗ | (On Diff #371593) | There is "TEST_P(FindAllocaForValueTest, findAllocaForValue*" tests which need to be extended for this test. |
llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll | ||
159 | 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?