[all-commits] [llvm/llvm-project] 2d3e12: [FastISel] update to use intrinsic's isCommutative...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Aug 30 08:39:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d3e12818e6e2466052db41833d1d564628ecfc9
https://github.com/llvm/llvm-project/commit/2d3e12818e6e2466052db41833d1d564628ecfc9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-30 (Sun, 30 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/FastISel.h
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/Target/AArch64/AArch64FastISel.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
Log Message:
-----------
[FastISel] update to use intrinsic's isCommutative(); NFC
This requires adding a missing 'const' to the definition because
the callers are using const args, but there should be no change
in behavior.
The intrinsic method was added with D86798 / rG096527214033
More information about the All-commits
mailing list