[PATCH] D136758: [ARM] Use DefaultAttrsIntrinsics

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 01:50:57 PDT 2022


nikic added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsARM.td:500
 
 let IntrProperties = [IntrNoMem, Commutative] in {
 
----------------
dmgreen wrote:
> This will continue to work? It looks like the default flags are added through a different means.
Yeah, this should still work.


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

https://reviews.llvm.org/D136758



More information about the llvm-commits mailing list