[PATCH] D118807: [IRSim] Make sure that commutative intrinsics are treated as function calls without commutativity

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 10:44:14 PST 2022


AndrewLitteken added a comment.

I think we should be able to do that, right now it's an either or for the commutative path vs the non commutative path, but I think we should be give the similarity identifier a sublist of values that are commutative and a sublist that are noncommutative and run both functions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118807/new/

https://reviews.llvm.org/D118807



More information about the llvm-commits mailing list