[compiler-rt] [win/asan] Recognize mov QWORD PTR [rip + X], reg (PR #117335)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 07:15:57 PST 2024


aganea wrote:

I am getting these occassionally as well. Live++ has something similar for decoding prologue instructions, but I think it relies on a more sophisticated disassembler. IDK if we can do something better here than keep adding patterns, and if the ROI is there for that. @MolecularMatters

https://github.com/llvm/llvm-project/pull/117335


More information about the llvm-commits mailing list