[all-commits] [llvm/llvm-project] b80ff2: [NewGVN] Only perform symbolic evaluation on instr...
ManuelJBrito via All-commits
all-commits at lists.llvm.org
Fri Aug 4 00:27:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b80ff2fec674b3db9ae0827c0ebd5dbbecbf1dbe
https://github.com/llvm/llvm-project/commit/b80ff2fec674b3db9ae0827c0ebd5dbbecbf1dbe
Author: ManuelJBrito <manuel.brito at tecnico.ulisboa.pt>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/NewGVN.cpp
Log Message:
-----------
[NewGVN] Only perform symbolic evaluation on instructions (NFC)
This patch restricts the argument of performSymbolicEvaluation to an Instruction
and simplifies the code accordingly.
Differential Revision: https://reviews.llvm.org/D156994
More information about the All-commits
mailing list