[all-commits] [llvm/llvm-project] 2ed890: [X86] X86CmovConverterPass::convertCmovInstsToBran...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 15 08:14:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ed89001e14692b52ad728388268e8369e10e05a
https://github.com/llvm/llvm-project/commit/2ed89001e14692b52ad728388268e8369e10e05a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M llvm/lib/Target/X86/X86CmovConversion.cpp
Log Message:
-----------
[X86] X86CmovConverterPass::convertCmovInstsToBranches - take a copy of the DebugLoc not a reference as it may be deleted.
Fixes msan warning due to rG9ca2c50b3601
More information about the All-commits
mailing list