This change adds the ASan intrinsic to the list whihc are setting hasCopyImplyingStackAdjustment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
27014 | Does the intrinsic have to be x86-specific? AFAIK it is fine to have x86-specific handling of a generic intrinsic. | |
llvm/test/CodeGen/X86/asan-check-memaccess-or.ll | ||
8 | CHECK-NEXT, or CHECK-NOT: something-%rbp to make sure we are not force-enabling the frame pointer |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
27014 | I reverted it back to a generic intrinsic. |
Comment Actions
LGTM
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
27015 | This comment simply repeats what the next line says, in the exact same words. |
Does the intrinsic have to be x86-specific? AFAIK it is fine to have x86-specific handling of a generic intrinsic.