[all-commits] [llvm/llvm-project] 694068: [Remarks] Look through inttoptr/ptrtoint for -ftri...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Mon May 24 09:23:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 694068d0db4378d9956fe0d3234ee0c4d353d94c
https://github.com/llvm/llvm-project/commit/694068d0db4378d9956fe0d3234ee0c4d353d94c
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M llvm/lib/Transforms/Utils/AutoInitRemark.cpp
A llvm/test/Transforms/Util/trivial-auto-var-init-crash-20210521.ll
M llvm/test/Transforms/Util/trivial-auto-var-init-store.ll
Log Message:
-----------
[Remarks] Look through inttoptr/ptrtoint for -ftrivial-auto-var-init remarks.
The crasher is a related problem that @aemerson found broke speck2k6/403.gcc
when I landed https://reviews.llvm.org/D102452. It has been reduced & modified
to reproduce without that patch.
Differential revision: https://reviews.llvm.org/D102935
More information about the All-commits
mailing list